Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/camera_plugin.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-05 15:19:25 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-05 15:19:25 (GMT)
commit7eaf3cf83ce14f93fcd45c588b99bf1288cb3b87 (patch)
treea84bf53c88a7a0ef7ee762cc42ff329d45d165d9 /plugins/camera_plugin.py
parent235845313fb283fcafd050fae5559220de8883ec (diff)
pep8 cleanup
Diffstat (limited to 'plugins/camera_plugin.py')
-rw-r--r--plugins/camera_plugin.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/camera_plugin.py b/plugins/camera_plugin.py
index 7cd045b..7d9bad4 100644
--- a/plugins/camera_plugin.py
+++ b/plugins/camera_plugin.py
@@ -138,7 +138,8 @@ is pushed to the stack'),
self._camera.save_camera_input_to_file()
self._camera.stop_camera_input()
- pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(self._imagepath, w, h)
+ pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(self._imagepath,
+ w, h)
try:
array = pixbuf.get_pixels()
except:
@@ -169,5 +170,3 @@ is pushed to the stack'),
self._parent.lc.heap.append(-1)
self._parent.lc.heap.append(-1)
self._parent.lc.heap.append(-1)
-
-