FPIBG Utility
|
Variables | |
syspth = sys.path # | |
cwd = os.getcwd() # | |
str | shrddir = cwd + "\\python\\shared" # |
bc = FPIBGBase("GlobalBaseClass") | |
tcps = TCPIPServer("TCPIP Client") | |
TestFPIBGserver.bc = FPIBGBase("GlobalBaseClass") |
TestFPIBGserver.cwd = os.getcwd() # |
str TestFPIBGserver.shrddir = cwd + "\\python\\shared" # |
TestFPIBGserver.syspth = sys.path # |
TestFPIBGserver.tcps = TCPIPServer("TCPIP Client") |