Changeset 134:4c4ee1c36224
- Timestamp:
- 04/17/09 08:30:00 (16 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
relatorio/templates/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relatorio/templates/__init__.py
r122 r134 30 30 warnings.warn("Unable to load plugin '%s', you will not be able " 31 31 "to use it" % name) 32 print 'Original traceback'33 print '-' * 8034 32 print 33 print 'Original traceback:' 34 print '-------------------' 35 35 traceback.print_exc() 36 print
