summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-25 13:54:09 +0000
committerMatt Wilson <msw@redhat.com>2000-07-25 13:54:09 +0000
commita1abdba98bf543c0de1f84277b15b4efbab694e3 (patch)
tree1a6692851fbdf3d595a7110685cb1f2d14c8ae4e /lilo.py
parent1f7a851a7393653e45699132b74f36f776fe2221 (diff)
downloadanaconda-a1abdba98bf543c0de1f84277b15b4efbab694e3.tar.gz
anaconda-a1abdba98bf543c0de1f84277b15b4efbab694e3.tar.xz
anaconda-a1abdba98bf543c0de1f84277b15b4efbab694e3.zip
import rpm
Diffstat (limited to 'lilo.py')
-rw-r--r--lilo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lilo.py b/lilo.py
index e1f106185..524d5bc13 100644
--- a/lilo.py
+++ b/lilo.py
@@ -2,6 +2,7 @@ import string
import os
import isys
import iutil
+import rpm
class LiloConfigFile:
def __repr__ (self, tab = 0):