Changeset 3324
- Timestamp:
- 07/20/07 13:34:54 (1 year ago)
- Files:
-
- branches/1.0/turbogears/command/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/turbogears/command/base.py
r3317 r3324 284 284 285 285 def run(self): 286 from turbogears.toolbox.catwalk import CatWalk287 286 import cherrypy 288 287 from turbogears import toolbox