summaryrefslogtreecommitdiffstats
path: root/booty
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-04 14:33:50 -0500
committerChris Lumens <clumens@redhat.com>2009-03-04 15:37:05 -0500
commit6866ce610d95fdccbe214ccac3c90d68eeb71494 (patch)
treed739cf0145345b82c5396d8bc6d728bcac7db38f /booty
parent596ffcad57ec5f51238a6c295cc3eece95388ae4 (diff)
downloadanaconda-6866ce610d95fdccbe214ccac3c90d68eeb71494.tar.gz
anaconda-6866ce610d95fdccbe214ccac3c90d68eeb71494.tar.xz
anaconda-6866ce610d95fdccbe214ccac3c90d68eeb71494.zip
Move the isys import higher up.
Diffstat (limited to 'booty')
-rw-r--r--booty/bootloaderInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py
index e6227b683..5509c7681 100644
--- a/booty/bootloaderInfo.py
+++ b/booty/bootloaderInfo.py
@@ -31,6 +31,7 @@ from rhpl.translate import _, N_
from flags import flags
from fsset import getDiskPart
import iutil
+import isys
from product import *
import booty
@@ -59,7 +60,6 @@ def checkForBootBlock(device):
# there's no guarantee that data is written to the disk and grub
# reads both the filesystem and the disk. suck.
def syncDataToDisk(dev, mntpt, instRoot = "/"):
- import isys
isys.sync()
isys.sync()
isys.sync()