* src/ImgManip.py: import Utils (required by get_thumbnail_image)

svn: r5121
This commit is contained in:
Martin Hawlisch
2005-08-24 20:38:36 +00:00
parent ba71b271c1
commit ee6ad290d1
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import gtk
import gobject
import GrampsKeys
import Utils
class ImgManip:
def __init__(self,source):