summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Rix <phrkonaleash@gmail.com>2009-12-08 12:33:49 -0700
committerRyan Rix <phrkonaleash@gmail.com>2009-12-08 12:33:49 -0700
commit8c473d7137de9a9c925455496820b786ae4f7108 (patch)
treedb524bb436112d1f37175cbe1df2c7c1ea06d86d
parentaa5e88bb76edd10554517ef4714baba46ef216d4 (diff)
downloadfedora-tour-8c473d7137de9a9c925455496820b786ae4f7108.tar.gz
fedora-tour-8c473d7137de9a9c925455496820b786ae4f7108.tar.xz
fedora-tour-8c473d7137de9a9c925455496820b786ae4f7108.zip
Add Frontend class
-rw-r--r--frontend/tour_gtk_frontend.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/tour_gtk_frontend.py b/frontend/tour_gtk_frontend.py
index 421155c..5560eec 100644
--- a/frontend/tour_gtk_frontend.py
+++ b/frontend/tour_gtk_frontend.py
@@ -22,3 +22,11 @@ import os.path
import xml.parsers.expat
import sys
+"""
+This class is responsible for the creation and destruction of the main window.
+"""
+class Frontend:
+ def __init__(self):
+ pass
+
+ \ No newline at end of file