mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Minor changes in the slsb executable file.
This commit is contained in:
parent
567315ed1d
commit
ea472c0e9a
1 changed files with 44 additions and 46 deletions
2
bin/slsb
2
bin/slsb
|
@ -29,8 +29,6 @@ try:
|
|||
except:
|
||||
print "Install stegano: python setup.py install"
|
||||
|
||||
if __name__ == '__main__':
|
||||
# Point of entry in execution mode.
|
||||
from optparse import OptionParser
|
||||
parser = OptionParser(version=__version__)
|
||||
parser.add_option('--hide', action='store_true', default=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue