summaryrefslogtreecommitdiff
path: root/scripts/refcounter.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/refcounter.py')
-rwxr-xr-xscripts/refcounter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/refcounter.py b/scripts/refcounter.py
index f1642e7..f41dc21 100755
--- a/scripts/refcounter.py
+++ b/scripts/refcounter.py
@@ -30,8 +30,8 @@ from collections import defaultdict
def main():
opt = parse_args()
- import psycopg2.tests
- test = psycopg2.tests
+ import tests
+ test = tests
if opt.suite:
test = getattr(test, opt.suite)