~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/revision_ui.py

move the templatefunctions to a better location

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import turbogears
27
27
from cherrypy import InternalError, session
28
28
 
29
 
from loggerhead import util, templatefunctions
 
29
from loggerhead import util
 
30
from loggerhead.templatefunctions import templatefunctions
30
31
 
31
32
 
32
33
class RevisionUI (object):