예제 #1
0
파일: setup.py 프로젝트: tomspur/pyzmq
 def run(self):
     check_zmq_version(min_zmq)
     return build_ext.run(self)
예제 #2
0
파일: setup.py 프로젝트: tomspur/pyzmq
 def run(self):
     # check version, to prevent confusing undefined constant errors
     check_zmq_version(min_zmq)
     build_ext.run(self)