Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dnd.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-24 09:10:02 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-24 09:10:02 (GMT)
commit65c3fcd5a6a783a66e4a8fa133264fc4131b28e8 (patch)
treeffc9020488a6ed5efbce17009e9517da10143480 /dnd.py
parent76dd50c282fd91941048dee5f36dfc58c58d973c (diff)
#2364: Fix uploads and clean up correctly the temp files.
Diffstat (limited to 'dnd.py')
-rw-r--r--dnd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnd.py b/dnd.py
index 9f94a02..d587b6b 100644
--- a/dnd.py
+++ b/dnd.py
@@ -16,6 +16,7 @@
import os
import tempfile
+import logging
from xpcom.nsError import *
from xpcom import ServerException