##// END OF EJS Templates
Backport PR #5506: Fix ipconfig regex pattern...
Backport PR #5506: Fix ipconfig regex pattern As suggested by @andjoely. Should be tested by Windows users without netifaces installed. Closes gh-5491

File last commit:

r13347:54891794
r16307:5c66f226
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *