summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-01-19 19:52:49 +0000
committerMike Fulbright <msf@redhat.com>2001-01-19 19:52:49 +0000
commit5df440c7ac8081feb8371be88d0ba8767b26a967 (patch)
tree28515a2e61e4bad8e4bb3cf58c4e7c97b8a7d5a7
parent179911fe4d3f4c306a797d5fe0f7dee0b5dd7219 (diff)
downloadanaconda-5df440c7ac8081feb8371be88d0ba8767b26a967.tar.gz
anaconda-5df440c7ac8081feb8371be88d0ba8767b26a967.tar.xz
anaconda-5df440c7ac8081feb8371be88d0ba8767b26a967.zip
missing import
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 429ebe77b..62ee9efda 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -4,7 +4,7 @@ import os
from translate import _
import raid
import fstab
-import log
+from log import log
def findExistingRoots (intf, theFstab):
rootparts = []