##// END OF EJS Templates
Merge pull request #2020 from jdmarch/fix_home_path_expansion_test_windows...
Merge pull request #2020 from jdmarch/fix_home_path_expansion_test_windows Fix home path expansion test in Windows. Fixes #2019.

File last commit:

r3408:261328d5
r7679:5c02f9fb merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *