stc and wx pkg

Hi,
Still playing with the stc...
The idea behind the wx package is to avoid something
like from nnnn import *

But look at the stc.py file, it contains the
single line:
from stc_ import *

Did anybody think about this?
No way to do it better? Elegancy?
Stc renaming?

Jean-Michel Fauth, Switzerland

Jean-Michel Fauth wrote:

Hi,
Still playing with the stc...
The idea behind the wx package is to avoid something
like from nnnn import *

But look at the stc.py file, it contains the
single line:
from stc_ import *

Did anybody think about this?
No way to do it better? Elegancy?
Stc renaming?

It was to work around an issue with how SWIG is used. The actual extension module is in stc_c with wrappers in stc_, but we wanted the publicly visible module to be named stc...

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!