projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51512a
)
support test_fail_if_path_exists() decorator in shadow module
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 13 Apr 2011 19:23:56 +0000
(21:23 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 13 Apr 2011 19:23:56 +0000
(21:23 +0200)
Cython/Shadow.py
patch
|
blob
|
history
diff --git
a/Cython/Shadow.py
b/Cython/Shadow.py
index ff9c44d5071a4447bd0bb37d046964bc855a2474..e909a99031eeee29a0b52f6e711b25740b2d79da 100644
(file)
--- a/
Cython/Shadow.py
+++ b/
Cython/Shadow.py
@@
-15,6
+15,9
@@
def locals(**arg_types):
def test_assert_path_exists(path):
return _empty_decorator
+def test_fail_if_path_exists(path):
+ return _empty_decorator
+
class _EmptyDecoratorAndManager(object):
def __call__(self, x):
return x