summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/models.py')
-rw-r--r--src/lib/Bcfg2/Server/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Server/models.py b/src/lib/Bcfg2/Server/models.py
index 51cc835dc..7150c245a 100644
--- a/src/lib/Bcfg2/Server/models.py
+++ b/src/lib/Bcfg2/Server/models.py
@@ -51,9 +51,9 @@ def load_models(plugins=None):
""" load models from plugins specified in the config """
# this has to be imported after options are parsed, because Django
# finalizes its settings as soon as it's loaded, which means that
- # if we import this before Bcfg2.settings has been populated,
+ # if we import this before Bcfg2.DBSettings has been populated,
# Django gets a null configuration, and subsequent updates to
- # Bcfg2.settings won't help.
+ # Bcfg2.DBSettings won't help.
from django.db import models
global MODELS