~ubuntu-branches/ubuntu/precise/horizon/precise-updates

« back to all changes in this revision

Viewing changes to openstack-dashboard/dashboard/settings.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-09 16:18:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111209161855-nguyenpghx2o2lqy
Tags: 2012.1~e2~20111209.1104-0ubuntu1
* New upstream release.
* Refreshed patches.
* debian/docs: Removed README

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    'horizon.dashboards.nova',
92
92
    'horizon.dashboards.syspanel',
93
93
    'horizon.dashboards.settings',
94
 
    'mailer',
95
94
)
96
95
 
97
96
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'