From 3efeda140759a88d3b47b3038eaf64ca6b26a2f7 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 02 Aug 2012 01:45:26 +0000 Subject: style fix --- (limited to 'face.py') diff --git a/face.py b/face.py index 37a6f97..a44da8c 100644 --- a/face.py +++ b/face.py @@ -141,7 +141,8 @@ class View(Gtk.EventBox): def update(self, status=None): """ Re packaged the mouth and eyes according to quantity.""" - if status: self.status = status + if status: + self.status = status for child in self._eyebox.get_children(): self._eyebox.remove(child) -- cgit v0.9.1