Changeset 5581
- Timestamp:
- 10/22/08 13:50:39 (3 months ago)
- Files:
-
- trunk/tg/wsgiapp.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/wsgiapp.py
r5580 r5581 32 32 controller_path.replace('/', '.') + 33 33 '.' + controller.replace('/', '.')) 34 35 print full_module_name36 37 if self.config.get('in_testing'):38 full_module_name = 'tg.tests.test_stack.controllers.root'39 34 40 35 # Hide the traceback here if the import fails (bad syntax and such)