##// END OF EJS Templates
Fixing doctest EXCLUDES in iptest on win32....
Fixing doctest EXCLUDES in iptest on win32. The regular expressions we were using on win32 were not matching. The trick is to construct the regular expression with double \\ like this:: re.compile('foo\\\\bar') Arggg!!

File last commit:

r737:ab39b3d8
r1980:e49dd853
Show More
shadowns.py
1 line | 24 B | text/x-python | PythonLexer
""" Shadow namespace """