]>
Commit | Line | Data |
---|---|---|
f6bcfd97 | 1 | |
ea7c631c | 2 | # The name "stc.cpp" was causing the debugger to get confused with the |
f6bcfd97 BP |
3 | # same module name in the stc library, so I changed the name of this |
4 | # one to stc_.cpp and this little stub to make the "stc" Python module | |
5 | # name still usesable for everything that matters. | |
6 | ||
7 | from stc_ import * |