diff uploader/handlers.py @ 19:4da97e040145

* fix syntax * bump version
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 16 Jul 2011 17:46:04 -0700
parents cc5f567ce840
children f1142bcce77a
line wrap: on
line diff
--- a/uploader/handlers.py	Sat Jul 16 17:41:53 2011 -0700
+++ b/uploader/handlers.py	Sat Jul 16 17:46:04 2011 -0700
@@ -64,7 +64,7 @@
         # get the file
         fin = self.request.POST['file']
         try:
-            _path = fin.filename:
+            _path = fin.filename
         except AttributeError: # no file uploaded
             return self.redirect(self.link('/'))