Exemplo n.º 1
0
 def run(self):
     check_zmq_version(min_zmq)
     return build_ext.run(self)
Exemplo n.º 2
0
 def run(self):
     # check version, to prevent confusing undefined constant errors
     check_zmq_version(min_zmq)
     build_ext.run(self)