summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-17 20:41:37 +0000
committerMatt Wilson <msw@redhat.com>1999-08-17 20:41:37 +0000
commita95d87a50f9ceb59e71897e387846154d1684018 (patch)
treed6c862c16b8d4e041a04ff0ea902436b1c86b718
parent0d880bea6222f8229d85a3d1a93f35173613370d (diff)
downloadanaconda-a95d87a50f9ceb59e71897e387846154d1684018.tar.gz
anaconda-a95d87a50f9ceb59e71897e387846154d1684018.tar.xz
anaconda-a95d87a50f9ceb59e71897e387846154d1684018.zip
spacing
-rw-r--r--todo.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/todo.py b/todo.py
index 002841bbd..f554667a0 100644
--- a/todo.py
+++ b/todo.py
@@ -4,7 +4,7 @@
# lilo boot.b installation (may be None) liloLocation()
import rpm, os
-import util, isys
+import iutil, isys
from lilo import LiloConfiguration
from syslog import Syslog
import string
@@ -430,15 +430,15 @@ class ToDo:
"Formatting %s filesystem..." % (mntpoint,))
isys.makeDevInode(device, '/tmp/' + device)
if fsystem == "ext2":
- util.execWithRedirect("/usr/sbin/mke2fs",
- [ "mke2fs", '/tmp/' + device ],
- stdout = None, stderr = None,
- searchPath = 1)
+ util.execWithRedirect ("/usr/sbin/mke2fs",
+ [ "mke2fs", '/tmp/' + device ],
+ stdout = None, stderr = None,
+ searchPath = 1)
elif fsystem == "swap":
- util.execWithRedirect("/usr/sbin/mkswap",
- [ "mkswap", '/tmp/' + device ],
- stdout = None, stderr = None,
- searchPath = 1)
+ util.execWithRedirect ("/usr/sbin/mkswap",
+ [ "mkswap", '/tmp/' + device ],
+ stdout = None, stderr = None,
+ searchPath = 1)
else:
pass