branch | v0.6.x |
changeset 346 | 95d45e4ec1a6 |
parent 341 | 6709d0faf2f5 |
child 361 | 971577b89d26 |
--- a/VirtualMailManager/cli/handler.py Fri Aug 06 22:34:46 2010 +0000 +++ b/VirtualMailManager/cli/handler.py Fri Aug 06 23:06:19 2010 +0000 @@ -45,9 +45,6 @@ self._cfg = Cfg(self._cfg_fname) self._cfg.load() - if not skip_some_checks: - self._cfg.check() - self._chkenv() def cfg_set(self, option, value): """Set a new value for the given option."""