コード例 #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)