Roundup Tracker - Issues

Message2588

Author anonymous
Recipients
Date 2008-10-02.06:16:57
Message-id
In-reply-to
It's a little one but it does the trick...

Index: __init__.py
===================================================================
--- __init__.py (revision 3505)
+++ __init__.py (working copy)
@@ -48,7 +48,7 @@
     )

 # set up the icon
-from ImageFile import ImageFile
+from App.ImageFile import ImageFile
 misc_ = {
     'icon': ImageFile('icons/tick_symbol.gif', path),
 }

cheers,

Chris
History
Date User Action Args
2009-02-03 14:22:20adminlinkissue2141835 messages
2009-02-03 14:22:20admincreate