File fix_library.patch of Package qtqr
diff -U 3 -H -d -r -N -- a/qrtools.py b/qrtools.py --- a/qrtools.py 2011-07-10 13:29:38.000000000 +0200 +++ b/qrtools.py 2013-08-04 14:07:53.521411687 +0200 @@ -26,7 +26,7 @@ import shutil import hashlib import zbar -import Image +from PIL import Image import re from codecs import BOM_UTF8 Binary files a/qrtools.pyc and b/qrtools.pyc differ diff -U 3 -H -d -r -N -- a/qtqr.py b/qtqr.py --- a/qtqr.py 2011-07-10 13:29:38.000000000 +0200 +++ b/qtqr.py 2013-08-04 14:03:07.488090766 +0200 @@ -10,6 +10,7 @@ """ import sys, os +import gtk from math import ceil from PyQt4 import QtCore, QtGui from qrtools import QR