diff options
Diffstat (limited to 'scripts/refcounter.py')
-rwxr-xr-x | scripts/refcounter.py | 4 |
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) |