summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2005-12-13 00:11:24 +0000
committereikeon <devnull@localhost>2005-12-13 00:11:24 +0000
commit2e432c37fcc4b35eb8b68f6a45a4a306ac4680bf (patch)
tree76473e396aac29828c445449d9e1c82e815dcd6c /run_tests.py
parent4e25770e052437371e210d12324472660fb5a796 (diff)
downloadrdflib-2e432c37fcc4b35eb8b68f6a45a4a306ac4680bf.tar.gz
detabified
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 8f8fcfe2..a1906864 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -30,7 +30,7 @@ from test.seq import SeqTestCase
if not quick:
from test.store_performace import *
-# from test.rules import *
+from test.rules import *
if __name__ == "__main__":