summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-23 15:37:38 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-23 15:37:38 +0000
commit161710f30613c22e1023e91988a93c05092c555d (patch)
treed9719d310eebb73914ec22182bcdfe53bf5ca65f /command-stubs
parent4b4d28e0f33fc402fe631dc99a8fc52d332496ff (diff)
downloadanaconda-161710f30613c22e1023e91988a93c05092c555d.tar.gz
anaconda-161710f30613c22e1023e91988a93c05092c555d.tar.xz
anaconda-161710f30613c22e1023e91988a93c05092c555d.zip
fix import of isys (#80206)
Diffstat (limited to 'command-stubs')
-rwxr-xr-xcommand-stubs/mknod-stub1
1 files changed, 1 insertions, 0 deletions
diff --git a/command-stubs/mknod-stub b/command-stubs/mknod-stub
index ff9f5312d..752f46283 100755
--- a/command-stubs/mknod-stub
+++ b/command-stubs/mknod-stub
@@ -1,6 +1,7 @@
#!/usr/bin/python
import sys
+sys.path.append('/usr/lib/anaconda')
import isys
import string
import stat