예제 #1
0
    def __init__(self):
        launchy.Plugin.__init__(self)
        self.icon = os.path.join(launchy.getIconsPath(), "pydiry.ico")
        self.hash = launchy.hash(self.getName())
        self.labelHash = launchy.hash("pydiry")

        self.dirs = CaselessDict()
예제 #2
0
    def __init__(self):
        launchy.Plugin.__init__(self)

        self.hash = launchy.hash(self.getName())
#        self.labelHash = launchy.hash("pydiry")

        self.dirs = CaselessDict()
예제 #3
0
 def __init__(self):
     launchy.Plugin.__init__(self)
     self.hash = launchy.hash(self.getName())
     self.dirs = CaselessDict()