nothing except a revert for an accidental commit of a file
This commit is contained in:
parent
1dc26ece9b
commit
f9bbb7322b
3 changed files with 7 additions and 1654 deletions
|
@ -275,7 +275,7 @@ class Config:
|
|||
|
||||
def set(self, optname, value):
|
||||
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
|
||||
opt = self.__options[optname]
|
||||
value = self.is_valid(opt[OPT_TYPE], value)
|
||||
|
|
1647
src/roster_window.py
1647
src/roster_window.py
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue