diff upmana/validate.py @ 72:8bc955faf819 ornery-dev

Fixing a few mistakes from the last update. When Controls is finished I will be happy because users won't miss an file change due to these small updates.
author sirebral
date Thu, 20 Aug 2009 03:45:45 -0500
parents c54768cffbd4
children 65c212e9a5b4
line wrap: on
line diff
--- a/upmana/validate.py	Thu Aug 20 03:00:39 2009 -0500
+++ b/upmana/validate.py	Thu Aug 20 03:45:45 2009 -0500
@@ -35,3 +35,5 @@
 
     def ini_entry(self, entry_name, ini_file):
         pass
+
+validate = Validate()