Minor bugfix: import error.

This commit is contained in:
cedricbonhomme 2011-12-31 15:39:49 +01:00
parent 98fe828ffb
commit 7a4dec5e73

View file

@ -24,6 +24,8 @@ __version__ = "$Revision: 0.1 $"
__date__ = "$Date: 2010/10/01 $"
__license__ = "GPLv3"
import sys
from PIL import Image
def hide(img, message):
@ -103,4 +105,4 @@ if __name__ == '__main__':
elif sys.argv[1] == "reveal":
img = Image.open(options.input_image_file)
print reveal(img)
print reveal(img)