Files
mopidy-touchscreen/mopidy_touchscreen/image_manager.py~
2014-07-19 22:09:41 +02:00

7 lines
109 B
Python

class ImageManager():
def __init__(self,cache):
self.cache = cache
def isImageInCache(self,imagename):