예제 #1
0
 def __init__(self):
     Script.__init__(self, "Maps")
     self.vfs = vfs()
     self.nodeCoord = {}
예제 #2
0
파일: categorize.py 프로젝트: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "Categorize")
     self.name = "Categorize"
     self.vfs = vfs()
예제 #3
0
파일: find.py 프로젝트: kzwkt/dff
 def __init__(self):
     Script.__init__(self, "find")
     EventHandler.__init__(self)
     self.nodes = []
     self.nodescount = 1
     self.oldcur = 0
예제 #4
0
파일: system.py 프로젝트: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "System")
예제 #5
0
 def __init__(self):
     Script.__init__(self, "Network")
예제 #6
0
 def __init__(self):
     Script.__init__(self, "skype")
예제 #7
0
파일: software.py 프로젝트: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "Software")
예제 #8
0
파일: devices.py 프로젝트: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "Devices")
예제 #9
0
파일: account.py 프로젝트: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "Accounts")
     self.__accounts = None
예제 #10
0
파일: find.py 프로젝트: udgover/modules
 def __init__(self):
     Script.__init__(self, "find")
     EventHandler.__init__(self)
     self.nodes = []
     self.nodescount = 1
     self.oldcur = 0
예제 #11
0
파일: dbb.py 프로젝트: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "DBB")
예제 #12
0
파일: cd.py 프로젝트: udgover/modules
 def __init__(self):
   Script.__init__(self, "cd")