aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/mock.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/mock.py b/test/mock.py
index f87177c..58e8a87 100644
--- a/test/mock.py
+++ b/test/mock.py
@@ -12,6 +12,8 @@
# Scripts maintained at http://www.voidspace.org.uk/python/index.shtml
# Comments, suggestions and bug reports welcome.
+import pprint
+import sys
__all__ = (
'Mock',
@@ -32,10 +34,6 @@ __all__ = (
__version__ = '1.1'
-
-import pprint
-import sys
-
try:
import inspect
except ImportError: