stc and wx pkg

Hi Robin,

You wrote:

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
amed stc...

Yes, I am aware of this. There is a comment in the file.
But
1) It is not elegant, (Patrick may call this a wart)
2) If I tweak the files and I rename stc_.py, stc.py, it
works fine.
3) It may be a SWIG problem, but this is a wxPython
developper task. The end user does not care about this.
4) Just for tests, I added some time.clock() in the code.
Wrapping stc_.py in stc.py costs ~0.1 second. It not
a lot but you know 0.1 second x n = lost of waisted time.

Jean-Michel Fauth, Switzerland