summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-07-12 14:20:23 +0000
committerChris Lumens <clumens@redhat.com>2006-07-12 14:20:23 +0000
commit0dcb319e59278353c154c781729b85adbf24f107 (patch)
tree733a35bcab469e9d899095aac4dc687cf86ad71d /iutil.py
parente04e81205babeee021ecd2e09f6304b8573fa256 (diff)
downloadanaconda-0dcb319e59278353c154c781729b85adbf24f107.tar.gz
anaconda-0dcb319e59278353c154c781729b85adbf24f107.tar.xz
anaconda-0dcb319e59278353c154c781729b85adbf24f107.zip
Removed getArch. Now to find some more stuff to deprecate.
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/iutil.py b/iutil.py
index 32a739a7f..cb83f2d2e 100644
--- a/iutil.py
+++ b/iutil.py
@@ -13,7 +13,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-import os, isys, string, stat, shutil
+import os, isys, string, stat
import os.path
import rhpl, rhpl.executil
import warnings
@@ -23,11 +23,6 @@ from flags import flags
import logging
log = logging.getLogger("anaconda")
-def getArch ():
- warnings.warn("iutil.getArch is deprecated. Use rhpl.getArch instead.",
- DeprecationWarning, stacklevel=2)
- return rhpl.getArch()
-
def execWithRedirect(command, argv, stdin = 0, stdout = 1, stderr = 2,
searchPath = 0, root = '/'):
def chroot ():