UI/PixmapCache.py

changeset 3621
15f23ed3f216
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3620:2c8d96d47cda 3621:15f23ed3f216
54 """ 54 """
55 Public method to add a path to the search path. 55 Public method to add a path to the search path.
56 56
57 @param path path to add (string) 57 @param path path to add (string)
58 """ 58 """
59 if not path in self.searchPath: 59 if path not in self.searchPath:
60 self.searchPath.append(path) 60 self.searchPath.append(path)
61 61
62 pixCache = PixmapCache() 62 pixCache = PixmapCache()
63 63
64 64

eric ide

mercurial