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