From 7eaf3cf83ce14f93fcd45c588b99bf1288cb3b87 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 05 Mar 2011 15:19:25 +0000 Subject: pep8 cleanup --- (limited to 'plugins/camera_plugin.py') 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) - - -- cgit v0.9.1