##// END OF EJS Templates
Backport PR #2831: avoid string version comparisons in external.qt...
Backport PR #2831: avoid string version comparisons in external.qt We have learned from pyzmq that one should *always* parse version strings before comparing them.

File last commit:

r3408:261328d5
r9975:04558059
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *