changeset 53 | 5b50eb306d37 |
parent 51 | f5ca21303871 |
child 68 | 7ae95b9938c4 |
--- a/VirtualMailManager/Config.py Thu Aug 21 01:23:31 2008 +0000 +++ b/VirtualMailManager/Config.py Fri Aug 22 03:07:53 2008 +0000 @@ -116,7 +116,7 @@ sections -- list of strings """ if not isinstance(sections, list): - raise TypeError(_(u"Argument 'sections' is not a list.")) + raise TypeError("Argument 'sections' is not a list.") # if [config] done = false (default at 1st run), # then set changes true try: