예제 #1
0
파일: IKEv2.py 프로젝트: amanone/libmich
 def show(self, with_trans=False):
     self.tID.Dict = TransformID[int(self.type)]
     return Layer.show(self, with_trans)
예제 #2
0
 def show(self, with_trans=False):
     self.tID.Dict = TransformID[int(self.type)]
     return Layer.show(self, with_trans)