|
[Webware-discuss] cvs update: MiddleKit fix
From: Chuck Esterbrook <ChuckEsterbrook@ya...> - 2001-12-27 06:09
|
MiddleKit does some funky code generation in GeneratedPy/GenFoo.py to import the super class that resides in the above directory. Previously, this code used ".." in sys.path, which was flat out wrong because that relates to your current working directory. The new version works off of __file__, which should be correct. The test suites pass and my projects work, but the change is somewhat subtle. If you use MiddleKit, please consider a cvs update, re-generation and then trying things out. -Chuck |
| Thread | Author | Date | |
|---|---|---|---|
| [Webware-discuss] cvs update: MiddleKit fix | Chuck Esterbrook <ChuckEsterbrook@ya...> |
|
|