Author: chrisz
Date: Sat Jan 26 04:55:54 2008
New Revision: 4046
URL: http://trac.turbogears.org/changeset/4046
Log:
Removed unused import (merged r3324 from 1.0).
Modified:
branches/1.1/turbogears/command/base.py
Modified: branches/1.1/turbogears/command/base.py
==============================================================================
--- branches/1.1/turbogears/command/base.py (original)
+++ branches/1.1/turbogears/command/base.py Sat Jan 26 04:55:54 2008
@@ -265,7 +265,6 @@
webbrowser.open("http://localhost:%d" % self.port)
def run(self):
- from turbogears.toolbox.catwalk import CatWalk
import cherrypy
from turbogears import toolbox