summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorRyan Rix <phrkonaleash@gmail.com>2009-12-08 12:31:59 -0700
committerRyan Rix <phrkonaleash@gmail.com>2009-12-08 12:31:59 -0700
commitaa5e88bb76edd10554517ef4714baba46ef216d4 (patch)
treeccddc9baea398762f4dfec082013ef1d2a5ed16e /backend
parent607c102d38f4c48b813700802aa50b73f06f8249 (diff)
downloadfedora-tour-aa5e88bb76edd10554517ef4714baba46ef216d4.tar.gz
fedora-tour-aa5e88bb76edd10554517ef4714baba46ef216d4.tar.xz
fedora-tour-aa5e88bb76edd10554517ef4714baba46ef216d4.zip
Initial creation of frontend/tour_gtk_frontend.py and a few small
changes to tour_menuobject.py, the only notable one being the removal of the pprint class import, which was basically worthless.
Diffstat (limited to 'backend')
-rw-r--r--backend/tour_menuobject.py13
1 files changed, 3 insertions, 10 deletions
diff --git a/backend/tour_menuobject.py b/backend/tour_menuobject.py
index ca91833..322d492 100644
--- a/backend/tour_menuobject.py
+++ b/backend/tour_menuobject.py
@@ -2,7 +2,7 @@
#
# This file is a part of Fedora-tour http://fedoraproject.org/wiki/Fedora-tour
#
-# Copyright (c) 2009 Ryan Rix and Ankur Sinha
+# Copyright (c) 2009 Ryan Rix
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -21,11 +21,10 @@ import io
import os.path
import xml.parsers.expat
import sys
-import pprint
"""
-This will be expanded
+This will be expanded as more is added to the nodes.
"""
class MenuNode:
parent = False
@@ -189,10 +188,4 @@ class MenuObject:
"""
def makeIcon(self, iconID):
- pass
-
-menu = Fedora-tour.MenuObject("../data/package.xml")
-print "==========================="
-print menu.IconID
-print menu.Priority
-print menu.DocRoot \ No newline at end of file
+ pass \ No newline at end of file