summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.py b/test.py
index e8c29d0..89b25c1 100644
--- a/test.py
+++ b/test.py
@@ -36,7 +36,6 @@ def test1():
assert this == 'test.py', this
-
if __name__ == '__main__':
t0 = time.time()
for name, test in list(globals().items()):