summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--backend.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56e054b31..d364ab5a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-02 Chris Lumens <clumens@redhat.com>
+
+ * backend.py: Import constants (#234782).
+
2007-03-30 David Cantrell <dcantrell@redhat.com>
* anaconda.spec: Bump version.
diff --git a/backend.py b/backend.py
index d456ab61e..cc10a2520 100644
--- a/backend.py
+++ b/backend.py
@@ -19,6 +19,7 @@ import iutil
import os, sys
import logging
from syslogd import syslog
+from constants import *
import kickstart
import packages