diff upmana/validate.py @ 81:65c212e9a5b4 ornery-dev

Controls panel is completed. Users cannot delete branches nicely without a Merc upgrade, so that feature will appear in Pious Paladin. Crash report is being tested on windows.
author sirebral
date Wed, 26 Aug 2009 23:24:45 -0500
parents 8bc955faf819
children 496dbf12a6cb
line wrap: on
line diff
--- a/upmana/validate.py	Mon Aug 24 00:56:09 2009 -0500
+++ b/upmana/validate.py	Wed Aug 26 23:24:45 2009 -0500
@@ -12,7 +12,7 @@
 class Validate:
     def __init__(self, userpath=None):
         if userpath is None:
-            userpath = dir_struct["user"]
+            userpath = dir_struct["home"] + os.sep + 'upmana' +os.sep
         self.__loadUserPath = userpath
 
     def config_file(self, user_file, template_file):