~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/__init__.py

  • Committer: Marius Kruger
  • Date: 2008-10-01 22:23:24 UTC
  • mto: This revision was merged to the branch mainline in revision 229.
  • Revision ID: amanic@gmail.com-20081001222324-v5s94v9mhpodjpcg
remove redundant import

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
            args.append(arg)
74
74
 
75
75
        vals = {
 
76
            'static_url': self._branch.static_url,
76
77
            'branch': self._branch,
77
78
            'util': util,
78
79
            'history': h,