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:
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)
-
-