Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-04-25 04:03:22 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-04-25 04:03:22 (GMT)
commitef0afced91216be8953a7ee05516c4d1f729d82f (patch)
treeba37753bcbf9c299f9f03adfe30a5babb6be2707
parentfa97be4703ce912500173b30fb1b7f45b146c45e (diff)
pep8 fix
-rw-r--r--CeibalNotifica.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/CeibalNotifica.py b/CeibalNotifica.py
index 6393c28..396e3de 100644
--- a/CeibalNotifica.py
+++ b/CeibalNotifica.py
@@ -26,8 +26,8 @@ BASE = os.path.dirname(__file__)
class CeibalNotifica(gtk.Window):
-
- def __init__(self):
+
+ def __init__(self):
super(CeibalNotifica, self).__init__()
self.set_title("Ceibal Notifica")
self.set_icon_from_file(os.path.join(BASE, "Iconos", "ceibal.png"))