##// END OF EJS Templates
Now using distutils.version instead of setuptools
Szabolcs Horvát -
Show More
@@ -10,7 +10,7 b''
10 #-----------------------------------------------------------------------------
10 #-----------------------------------------------------------------------------
11
11
12 import warnings
12 import warnings
13 from pkg_resources import parse_version as V
13 from distutils.version import LooseVersion as V
14
14
15 def check_for_zmq(minimum_version, module='IPython.zmq'):
15 def check_for_zmq(minimum_version, module='IPython.zmq'):
16 try:
16 try:
General Comments 0
You need to be logged in to leave comments. Login now