Quoting James Henstridge <[EMAIL PROTECTED]>:

> Unfortunately that is not the case.  When you do a "from module import *",
> it runs the code in the module (ie defines functions and classes, runs
> functions called at the global level), and then imports all symbols not
> starting with an underscore into the namespace of the module.  So putting
> the global function definitions into a separate module would not help.  I
> don't particularly want to break backward compatibility at the moment
> either.

In that case, please put an underscore before every internal symbol of
PyGtk :-)

--
Dipl. Inf. (FH) Aaron "Optimizer" Digulla     Assistent im BIKS Labor, FB WI
"(to) optimize: Make a program faster by      FH Konstanz, Brauneggerstr. 55
improving the algorithms rather than by       Tel:+49-7531-206-514
buying a faster machine."                     EMail: [EMAIL PROTECTED]
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to