mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Bugfix
This commit is contained in:
parent
48c77e4087
commit
d3b891a787
2 changed files with 5 additions and 1 deletions
|
@ -29,6 +29,7 @@ try:
|
|||
except:
|
||||
print "Install stegano: python setup.py install"
|
||||
|
||||
from PIL import Image
|
||||
|
||||
from optparse import OptionParser
|
||||
parser = OptionParser()
|
||||
|
|
5
setup.py
5
setup.py
|
@ -23,4 +23,7 @@ shutil.copy2("./bin/slsb-set", "/bin/slsb-set")
|
|||
shutil.copymode("./bin/slsb-set", "/bin/slsb-set")
|
||||
|
||||
shutil.copy2("./bin/slsb", "/bin/slsb")
|
||||
shutil.copymode("./bin/slsb", "/bin/slsb")
|
||||
shutil.copymode("./bin/slsb", "/bin/slsb")
|
||||
|
||||
shutil.copy2("./bin/steganalysis-parity", "/bin/steganalysis-parity")
|
||||
shutil.copymode("./bin/steganalysis-parity", "/bin/steganalysis-parity")
|
Loading…
Add table
Reference in a new issue