##// END OF EJS Templates
Merge pull request #979 from minrk/windows/system_raw...
Merge pull request #979 from minrk/windows/system_raw use system_raw in terminal, even on Windows system_raw uses os.system instead of utils.process.system, and makes more sense in a Terminal session.

File last commit:

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