summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Rix <phrkonaleash@gmail.com>2009-12-08 17:30:38 -0700
committerRyan Rix <phrkonaleash@gmail.com>2009-12-08 17:30:38 -0700
commitf040d25197537b1abcc36232d52d631970faaef3 (patch)
tree596796a4cdad0c026daad154a6c062eb943cf267
parent1ce8e832a74796832d32445e1aa3b2ef46ea213f (diff)
downloadfedora-tour-f040d25197537b1abcc36232d52d631970faaef3.tar.gz
fedora-tour-f040d25197537b1abcc36232d52d631970faaef3.tar.xz
fedora-tour-f040d25197537b1abcc36232d52d631970faaef3.zip
A few added method stubs to InitialTreeView
-rw-r--r--frontend/tour_gtk_frontend.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/tour_gtk_frontend.py b/frontend/tour_gtk_frontend.py
index 3c3ad85..a069742 100644
--- a/frontend/tour_gtk_frontend.py
+++ b/frontend/tour_gtk_frontend.py
@@ -51,6 +51,12 @@ class Frontend:
class InitialTreeView:
def __init__(self, window):
+ self.draw()
+
+ def draw(self):
+ pass
+
+ def erase(self):
pass
if __name__=="__main__":