summaryrefslogtreecommitdiffstats
path: root/scripts/pyrc.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-17 10:45:58 -0400
committerChris Lumens <clumens@redhat.com>2008-06-18 10:44:55 -0400
commit28a6bb2db97ab887d79e66b40b449a6fccc177a2 (patch)
treedcd396b39fe35e124fd13a2199fe7626756fca37 /scripts/pyrc.py
parent3c14bef35fa32c9f25312226a3144ba5f8c13eba (diff)
downloadanaconda-28a6bb2db97ab887d79e66b40b449a6fccc177a2.tar.gz
anaconda-28a6bb2db97ab887d79e66b40b449a6fccc177a2.tar.xz
anaconda-28a6bb2db97ab887d79e66b40b449a6fccc177a2.zip
Remove support for RHupdates. updates.img is the way to go now.
Diffstat (limited to 'scripts/pyrc.py')
-rwxr-xr-xscripts/pyrc.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/pyrc.py b/scripts/pyrc.py
index 47b0f02f3..6acee5b96 100755
--- a/scripts/pyrc.py
+++ b/scripts/pyrc.py
@@ -23,15 +23,5 @@ try:
readline.parse_and_bind("tab: complete")
del rlcompleter
del readline
-
- import os
- import sys
- try:
- os.stat('/mnt/source/RHupdates')
- sys.path.insert(0, '/mnt/source/RHupdates')
- except:
- pass
- del sys
- del os
except:
pass