mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 09:28:31 +02:00
Check if stegano is installed in the 'binary' script.
This commit is contained in:
parent
f504e37ac6
commit
1b38541344
1 changed files with 4 additions and 1 deletions
3
bin/slsb
3
bin/slsb
|
@ -24,7 +24,10 @@ __version__ = "$Revision: 0.1 $"
|
||||||
__date__ = "$Date: 2011/04/06 $"
|
__date__ = "$Date: 2011/04/06 $"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
|
|
||||||
|
try:
|
||||||
from stegano import slsb
|
from stegano import slsb
|
||||||
|
except:
|
||||||
|
print "Install stegano: python setup.py install"
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# Point of entry in execution mode.
|
# Point of entry in execution mode.
|
||||||
|
|
Loading…
Add table
Reference in a new issue