GNOME Bugzilla – Bug 627449
glib.option: missing comma breaks "from glib.option import *"
Last modified: 2010-09-23 14:50:51 UTC
Created attachment 168341 [details] [review] Proposed patch A typo in the value of the variable __all__ in glib.option breaks "from glib.option import *". The typo is fixed in the attached patch. To reproduce: $ python -c "from glib.option import *" Traceback (most recent call last):
+ Trace 223321
in git, slated for the next release. Thanks.