~blake-rouse/maas/is-importing

« back to all changes in this revision

Viewing changes to src/maasserver/djangosettings/development.py

  • Committer: MAAS Lander
  • Author(s): Gavin Panella
  • Date: 2016-12-06 12:47:00 UTC
  • mfrom: (5550.2.4 remove-maas)
  • Revision ID: maas_lander-20161206124700-8eo3kl6iae9wf3nr
[r=blake-rouse][bug=1646748][author=allenap] Remove src/maas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from os.path import abspath
8
8
 
9
9
from formencode.validators import StringBool
10
 
from maas import (
 
10
from maasserver.djangosettings import (
11
11
    fix_up_databases,
12
12
    import_settings,
13
13
    settings,