changeset 556:5422df5df070 1.8.0

removed a call to urllib.urlcleanup() that was causing temp image files to be deleted too early.
author davidbyron
date Thu, 08 Apr 2010 20:03:42 -0500
parents 0aa5bf0cf814
children ef56a7db0cb4 71e52680f1cc
files orpg/mapper/miniatures.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/mapper/miniatures.py	Mon Mar 22 22:01:24 2010 -0600
+++ b/orpg/mapper/miniatures.py	Thu Apr 08 20:03:42 2010 -0500
@@ -691,7 +691,7 @@
             print e
             print recvdata
         finally:
-            urllib.urlcleanup()
+            #urllib.urlcleanup()
             self.lock.release()
 
     def get_mini_label(self, mini):