diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-20 12:27:10 +0200 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-20 12:27:10 +0200 |
commit | 34fc2466268ab2ba37d020335d08e7550fe8eecd (patch) | |
tree | 891fd89072e8c77036ad3bfae4824ac184bf40ba /test.py | |
parent | a740e66c4d3a14e813788a6cdd1ed866140eb5d4 (diff) | |
download | python-decorator-git-34fc2466268ab2ba37d020335d08e7550fe8eecd.tar.gz |
Added check on the dispatch arguments
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ def test1(): assert this == 'test.py', this - if __name__ == '__main__': t0 = time.time() for name, test in list(globals().items()): |