Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gnome_plugins/uploader_plugin.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 18:59:51 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 18:59:51 (GMT)
commit51d0563b974f4daa7150410f66d1816c42780212 (patch)
tree29fbd9c64d6700800e04537c996041270ce95828 /gnome_plugins/uploader_plugin.py
parent6b3d47503f294128cb3289f4472669110afd4293 (diff)
pep8 and pyflakes cleanup
Diffstat (limited to 'gnome_plugins/uploader_plugin.py')
-rw-r--r--gnome_plugins/uploader_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome_plugins/uploader_plugin.py b/gnome_plugins/uploader_plugin.py
index 3d3e04f..b9d7810 100644
--- a/gnome_plugins/uploader_plugin.py
+++ b/gnome_plugins/uploader_plugin.py
@@ -193,7 +193,7 @@ http://turtleartsite.sugarlabs.org to upload your project.'))
('title', title),
('description', description),
('upload_key', key), ('_formname',
- 'image_create')])
+ 'image_create')])
c.perform()
error_code = c.getinfo(c.HTTP_CODE)
c.close
@@ -207,7 +207,7 @@ http://turtleartsite.sugarlabs.org to upload your project.'))
if __name__ == "__main__":
# TODO: create test data...
- u = Uploader(None)
+ u = Uploader_plugin(None)
if u.enabled():
print "Uploader is enabled... trying to upload"
u.do_upload_to_web()