From 12a02e049727bff3aed8bbb8cf72c7c7aca19207 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Mon, 20 Jun 2011 19:47:58 +0000 Subject: minor pep8 fix --- diff --git a/lessons.py b/lessons.py index 35a6922..e5ece14 100644 --- a/lessons.py +++ b/lessons.py @@ -22,6 +22,7 @@ import theme THEMES = [] + class Lesson: def __init__(self, index, filename): self.index = index @@ -32,6 +33,7 @@ class Lesson: def change(self): View.notebook.set_current_page(self.index) + class View(gtk.EventBox): notebook = None -- cgit v0.9.1