Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessons.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-20 19:47:58 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-20 19:47:58 (GMT)
commit12a02e049727bff3aed8bbb8cf72c7c7aca19207 (patch)
tree0c182c9439c88d84a8dc34999109dcb1e7ccf3cd /lessons.py
parenta3b3d92fae74d7b5e62dba914668568b33495acb (diff)
minor pep8 fix
Diffstat (limited to 'lessons.py')
-rw-r--r--lessons.py2
1 files changed, 2 insertions, 0 deletions
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