##// END OF EJS Templates
IPython.core.tests.test_run.test_obj_del apparently no longer fails on Windows, so we don't need to skip it....
IPython.core.tests.test_run.test_obj_del apparently no longer fails on Windows, so we don't need to skip it. Closes gh-59

File last commit:

r3408:261328d5
r3915:22a3c9a1
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *