summaryrefslogtreecommitdiff
path: root/test/engine/proxy_engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/proxy_engine.py')
-rw-r--r--test/engine/proxy_engine.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/engine/proxy_engine.py b/test/engine/proxy_engine.py
index df0c64398..d468e946f 100644
--- a/test/engine/proxy_engine.py
+++ b/test/engine/proxy_engine.py
@@ -1,10 +1,10 @@
+from testbase import PersistTest
+import testbase
import os
from sqlalchemy import *
from sqlalchemy.ext.proxy import ProxyEngine
-from testbase import PersistTest
-import testbase
#
# Define an engine, table and mapper at the module level, to show that the