$OpenBSD: patch-scribus_plugins_scriptplugin_scripts_FontSample_py,v 1.1 2014/04/06 21:10:30 sthen Exp $
--- scribus/plugins/scriptplugin/scripts/FontSample.py.orig	Sun Apr  6 19:58:15 2014
+++ scribus/plugins/scriptplugin/scripts/FontSample.py	Sun Apr  6 19:58:27 2014
@@ -154,7 +154,7 @@ if not os.path.exists(CONFIG_PATH):
 
 
 try:
-    import Image
+    from PIL import Image
 except ImportError,err:
     print 'You need to install Python Imaging Library (PIL).'
     print 'If using gentoo then you need to emerge /dev-python/imaging'
@@ -164,7 +164,7 @@ except ImportError,err:
 
 
 try:
-    import ImageTk
+    from PIL import ImageTk
 except ImportError,err:
     print 'Module ImageTk not found, font preview disabled'
     showPreviewPanel = 0
