~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/revision_ui.py

  • Committer: Michael Hudson
  • Date: 2008-02-27 03:35:24 UTC
  • mto: This revision was merged to the branch mainline in revision 146.
  • Revision ID: michael.hudson@canonical.com-20080227033524-dxj2zk63l9c29btu
remove lots of unused imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
#
19
19
 
20
 
import datetime
21
 
import logging
22
 
import os
23
 
import textwrap
24
20
import time
25
21
 
26
22
import turbogears
27
 
from cherrypy import InternalError, session
 
23
from cherrypy import InternalError
28
24
 
29
25
from loggerhead import util
30
26