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