예제 #1
0
파일: ptc.py 프로젝트: UHF/ExtPtcGate
 def __init__(self):
     try:
         self.ifc = ptcifc()
     except:
         raise
     else:
         pass
예제 #2
0
파일: ptcquery.py 프로젝트: UHF/ExtPtcGate
 def __init__(self):
     try:
         self.ifc = ptcifc()
         self.user = self.ifc.user
     except:
         raise