Changeset 3189 for pykota/trunk/bin/cupspykota
- Timestamp:
- 06/13/07 23:22:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r3171 r3189 94 94 """Deferred initialization.""" 95 95 PyKotaTool.deferredInit(self) 96 if not self.config.isAdmin : 97 from pykota import config 98 username = self.originalUserName 99 raise config.PyKotaConfigError, _("User %(username)s is not allowed to read ~pykota/pykotadmin.conf, you must check the permissions.") % locals() 96 100 self.gotSigTerm = 0 97 101 self.disableSigInt()