Delete image_manager.py~

This commit is contained in:
9and3r
2014-07-19 22:13:17 +02:00
parent fd12e868bf
commit 6b64238a78

View File

@@ -1,6 +0,0 @@
class ImageManager():
def __init__(self,cache):
self.cache = cache
def isImageInCache(self,imagename):