nothing except a revert for an accidental commit of a file

This commit is contained in:
Nikos Kouremenos 2005-06-09 15:31:29 +00:00
parent 1dc26ece9b
commit f9bbb7322b
3 changed files with 7 additions and 1654 deletions

View File

@ -275,7 +275,7 @@ class Config:
def set(self, optname, value): def set(self, optname, value):
if not self.__options.has_key(optname): if not self.__options.has_key(optname):
# print 'error: option %s doesn\'t exist' % (optname) # print 'error: option %s does not exist' % optname
return -1 return -1
opt = self.__options[optname] opt = self.__options[optname]
value = self.is_valid(opt[OPT_TYPE], value) value = self.is_valid(opt[OPT_TYPE], value)

File diff suppressed because it is too large Load Diff