Esempio n. 1
0
 def __init__(self):
     Script.__init__(self, "Maps")
     self.vfs = vfs()
     self.nodeCoord = {}
Esempio n. 2
0
 def __init__(self):
     Script.__init__(self, "Categorize")
     self.name = "Categorize"
     self.vfs = vfs()
Esempio n. 3
0
File: find.py Progetto: kzwkt/dff
 def __init__(self):
     Script.__init__(self, "find")
     EventHandler.__init__(self)
     self.nodes = []
     self.nodescount = 1
     self.oldcur = 0
Esempio n. 4
0
 def __init__(self):
     Script.__init__(self, "System")
Esempio n. 5
0
 def __init__(self):
     Script.__init__(self, "Network")
Esempio n. 6
0
 def __init__(self):
     Script.__init__(self, "skype")
Esempio n. 7
0
 def __init__(self):
     Script.__init__(self, "Software")
Esempio n. 8
0
 def __init__(self):
     Script.__init__(self, "Devices")
Esempio n. 9
0
 def __init__(self):
     Script.__init__(self, "Accounts")
     self.__accounts = None
Esempio n. 10
0
 def __init__(self):
     Script.__init__(self, "find")
     EventHandler.__init__(self)
     self.nodes = []
     self.nodescount = 1
     self.oldcur = 0
Esempio n. 11
0
File: dbb.py Progetto: vertrex/DFF
 def __init__(self):
     Script.__init__(self, "DBB")
Esempio n. 12
0
 def __init__(self):
   Script.__init__(self, "cd")