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