Remove a few stale variables.

Add a market class to the controller.
Add a method in the Market controller to grab the market root.
Display the market root in the market browser.
This commit is contained in:
cncfanatics
2010-08-15 17:40:00 +02:00
parent 3e3ae52bb5
commit 8d0c2042ea
6 changed files with 86 additions and 3 deletions

View File

@@ -3,3 +3,4 @@ import sys
#Path autodetection, only change if it doesn't work
path = os.path.dirname(unicode(__file__, sys.getfilesystemencoding()))
homePath = os.path.expanduser(os.path.join("~", ".pyfa"))