mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +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:
|
except:
|
||||||
print "Install stegano: python setup.py install"
|
print "Install stegano: python setup.py install"
|
||||||
|
|
||||||
|
from PIL import Image
|
||||||
|
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -24,3 +24,6 @@ shutil.copymode("./bin/slsb-set", "/bin/slsb-set")
|
||||||
|
|
||||||
shutil.copy2("./bin/slsb", "/bin/slsb")
|
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