diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-03-27 19:20:46 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-03-27 19:20:46 +0000 |
commit | d12c0d0bddfd2e52f8cc05418cfb7e9ac2797d9d (patch) | |
tree | dbe5cbb9b42fb8e916b764c61ab0b20f3090a724 /exception.py | |
parent | f5bdcc8637575128a3bc5e9aee6c90e57d6bf5e9 (diff) | |
download | anaconda-d12c0d0bddfd2e52f8cc05418cfb7e9ac2797d9d.tar.gz anaconda-d12c0d0bddfd2e52f8cc05418cfb7e9ac2797d9d.tar.xz anaconda-d12c0d0bddfd2e52f8cc05418cfb7e9ac2797d9d.zip |
import shutil would be nice.
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exception.py b/exception.py index 60487a01a..ef53f8867 100644 --- a/exception.py +++ b/exception.py @@ -17,6 +17,7 @@ import isys import sys import os +import shutil import signal import traceback import iutil |