changeset 547:c7d706e87257

fixing drag and drop mini from windows file explorer to map
author davidbyron
date Tue, 30 Mar 2010 00:03:27 -0500
parents ab0de2faa2f0
children ebbc4fec8c4f
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 29 23:37:19 2010 -0500
+++ b/orpg/mapper/miniatures.py	Tue Mar 30 00:03:27 2010 -0500
@@ -732,7 +732,7 @@
             recvdata = f.read()
             f.close()
             try:
-                xml = ET.fromstring(recvdata)
+                xml = fromstring(recvdata)
                 if xml.tag == 'path':
                     path = xml.get('url')
                     path = urllib.unquote(path)