mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Import tools in the binary.
This commit is contained in:
parent
5c8f8610b4
commit
f8da5e9761
3 changed files with 13 additions and 0 deletions
2
bin/slsb
2
bin/slsb
|
@ -29,6 +29,8 @@ try:
|
|||
except:
|
||||
print "Install stegano: python setup.py install"
|
||||
|
||||
from stegano import tools
|
||||
|
||||
from optparse import OptionParser
|
||||
parser = OptionParser(version=__version__)
|
||||
parser.add_option('--hide', action='store_true', default=False,
|
||||
|
|
|
@ -29,6 +29,8 @@ try:
|
|||
except:
|
||||
print "Install stegano: python setup.py install"
|
||||
|
||||
from stegano import tools
|
||||
|
||||
from optparse import OptionParser
|
||||
parser = OptionParser(version=__version__)
|
||||
parser.add_option('--hide', action='store_true', default=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue