changeset 874:f2de043ac924

tests: remove useless imp imports
author Patrick Mezard <patrick@mezard.eu>
date Fri, 20 Apr 2012 18:10:15 +0200
parents c58213aaf7c8
children 9cc3ed1f474d
files tests/test_svnwrap.py tests/test_util.py
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_svnwrap.py
+++ b/tests/test_svnwrap.py
@@ -1,6 +1,5 @@
 import test_util
 
-import imp
 import os
 import subprocess
 import tempfile
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -2,7 +2,6 @@ import StringIO
 import difflib
 import errno
 import gettext
-import imp
 import os
 import shutil
 import stat