diff options
Diffstat (limited to 'graphics/py-pyggel/files/patch-pyggel__include.py')
-rw-r--r-- | graphics/py-pyggel/files/patch-pyggel__include.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/py-pyggel/files/patch-pyggel__include.py b/graphics/py-pyggel/files/patch-pyggel__include.py deleted file mode 100644 index 8b429a1d6caa..000000000000 --- a/graphics/py-pyggel/files/patch-pyggel__include.py +++ /dev/null @@ -1,11 +0,0 @@ ---- pyggel/include.py.orig 2014-10-07 16:52:11 UTC -+++ pyggel/include.py -@@ -27,7 +27,7 @@ - ANI_AVAILABLE = False - - try: -- import Image as PIL -+ from PIL import Image as PIL - PIL_AVAILABLE = True - except: - PIL_AVAILABLE = False |