Mercurial > traipse_dev
comparison orpg/mapper/images.py @ 77:6226a5f9a4b3 ornery-dev
Fixing images from last push
author | sirebral |
---|---|
date | Sat, 22 Aug 2009 04:04:25 -0500 |
parents | 37a11fea3304 |
children | 763a04270cf6 |
comparison
equal
deleted
inserted
replaced
76:37a11fea3304 | 77:6226a5f9a4b3 |
---|---|
140 component.get('chat').InfoPost("<font color='#FF0000'>Unable to resolve/open the specified URI; image was NOT loaded: " + path + "</font>") | 140 component.get('chat').InfoPost("<font color='#FF0000'>Unable to resolve/open the specified URI; image was NOT loaded: " + path + "</font>") |
141 return | 141 return |
142 self.__lock.acquire() | 142 self.__lock.acquire() |
143 try: | 143 try: |
144 logger.debug("Adding Image to Queue from Cache: " + str(self.__cache[path])) | 144 logger.debug("Adding Image to Queue from Cache: " + str(self.__cache[path])) |
145 component.debug('chat').InfoPost("<font color='#FF0000'>Adding Image to Queue from Cache: " + str(self.__cache[path]) + "</font>) | 145 component.debug('chat').InfoPost("<font color='#FF0000'>Adding Image to Queue from Cache: " + str(self.__cache[path]) + "</font>") |
146 self.__queue.put((self.__cache[path], image_type, imageId)) | 146 self.__queue.put((self.__cache[path], image_type, imageId)) |
147 finally: self.__lock.release() | 147 finally: self.__lock.release() |
148 | 148 |
149 """Property Methods""" | 149 """Property Methods""" |
150 def _getCache(self): | 150 def _getCache(self): |