comparison 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
comparison
equal deleted inserted replaced
71:449a8900f9ac 72:8bc955faf819
33 #STEP 3: user file exists (is openable) return 1 indicating no-create operation required 33 #STEP 3: user file exists (is openable) return 1 indicating no-create operation required
34 else: return 1 34 else: return 1
35 35
36 def ini_entry(self, entry_name, ini_file): 36 def ini_entry(self, entry_name, ini_file):
37 pass 37 pass
38
39 validate = Validate()