$NetBSD$

--- pysollib/mfxutil.py.orig	2009-09-12 12:22:02.000000000 -0700
+++ pysollib/mfxutil.py	2009-09-12 12:22:14.000000000 -0700
@@ -51,21 +51,6 @@ except:
 from settings import PACKAGE, TOOLKIT
 
 Image = ImageTk = ImageOps = None
-if TOOLKIT == 'tk':
-    try: # PIL
-        import Image
-    except ImportError:
-        pass
-    else:
-        import ImageTk
-        import ImageOps
-        # for py2exe
-        import GifImagePlugin
-        import PngImagePlugin
-        import JpegImagePlugin
-        import BmpImagePlugin
-        import PpmImagePlugin
-        Image._initialized = 2
 
 
 # /***********************************************************************
