# HG changeset patch # User JochemGit <JochemGit@nomail.eu> # Date 1591948809 -7200 # Fri Jun 12 10:00:09 2020 +0200 # Node ID 20c1da96cc25cb8bf32eb57350b47720ab841271 # Parent 6c07b79a3b2b7cd6590090fda544a6c4228a2666 new file; provides all MQ constants in one namespace pymqi.mqonstants diff --git a/code/pymqi/mqconstants.py b/code/pymqi/mqconstants.py new file mode 100644 --- /dev/null +++ b/code/pymqi/mqconstants.py @@ -0,0 +1,4 @@ +from pymqi.CMQCFC import * +from pymqi.CMQC import * +from pymqi.CMQXC import * +from pymqi.CMQZC import *