GNOME Bugzilla – Bug 418164
SyntaxWarning: import * only allowed at module level
Last modified: 2007-03-16 10:50:41 UTC
Hi, Epilicious causes a warning during byte-compilation with Python 2.4: /usr/lib/epiphany/2.18/extensions/epilicious.py:108: SyntaxWarning: import * only allowed at module level def _do_sync(): Bye,
Created attachment 84563 [details] [review] Explicitely import all needed functions
Commit to gnome-2-18 and trunk, please.
(In reply to comment #2) > Commit to gnome-2-18 and trunk, please. I'm sorry, I don't have commit access! [ but perhaps if I keep telling this to more and more people, I'll eventually end up with commit access ;-) I was under the impression that mostly module maintainers or former module maintainers get commit access ]
Fixed in r1481 in trunk and r1482 in branches/gnome-2-18. 2007-03-16 Loic Minier <lool@svn.gnome.org> * extensions/epilicious/epilicious.py.in: Explicitely import all needed functions; fixes SyntaxWarning: import * only allowed at module level; bug #418164.