Changeset 9069 for branches/gajim_0.11.3-bugfixes/src/common/optparser.py
- Timestamp:
- 11/28/07 23:17:48 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.3-bugfixes/src/common/optparser.py
r8700 r9069 58 58 #we talk about a file 59 59 print _('error: cannot open %s for reading') % self.__filename 60 return 60 return False 61 61 62 62 new_version = gajim.config.get('version') … … 73 73 74 74 fd.close() 75 return True 75 76 76 77 def write_line(self, fd, opt, parents, value):
