~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to horizon/tabs/base.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-06 16:53:28 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140306165328-w2vgmtfriqlhp27m
Tags: 1:2014.1~b3-0ubuntu1
* New upstream milestone release.
* d/static/*: Refreshed assets for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
import sys
18
18
 
19
 
from django.template.loader import render_to_string  # noqa
 
19
from django.template.loader import render_to_string
20
20
from django.template import TemplateSyntaxError  # noqa
21
 
from django.utils.datastructures import SortedDict  # noqa
 
21
from django.utils.datastructures import SortedDict
22
22
 
23
23
from horizon import exceptions
24
24
from horizon.utils import html