summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
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