summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-07-20 12:27:10 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-07-20 12:27:10 +0200
commit34fc2466268ab2ba37d020335d08e7550fe8eecd (patch)
tree891fd89072e8c77036ad3bfae4824ac184bf40ba /test.py
parenta740e66c4d3a14e813788a6cdd1ed866140eb5d4 (diff)
downloadpython-decorator-git-34fc2466268ab2ba37d020335d08e7550fe8eecd.tar.gz
Added check on the dispatch arguments
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()):