summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYRIGHT2
-rw-r--r--src/lib/Bcfg2/Server/Admin/Syncdb.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index fa01cb568..379ddaa4b 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -159,3 +159,5 @@ add themselves to this file. See LICENSE for the full license.
- Michael Fenn <fennm@deshawresearch.com> fixed various small bugs
related to bcfg2 on CentOS 5
+
+- Alexander Sulfrian <alexander@sulfrian.net> fixed various bugs.
diff --git a/src/lib/Bcfg2/Server/Admin/Syncdb.py b/src/lib/Bcfg2/Server/Admin/Syncdb.py
index 53cfd1bec..eb417966d 100644
--- a/src/lib/Bcfg2/Server/Admin/Syncdb.py
+++ b/src/lib/Bcfg2/Server/Admin/Syncdb.py
@@ -3,6 +3,7 @@ import Bcfg2.settings
import Bcfg2.Options
import Bcfg2.Server.Admin
import Bcfg2.Server.models
+from django.core.exceptions import ImproperlyConfigured
from django.core.management import setup_environ, call_command