Changeset 1005
- Timestamp:
- 05/28/03 15:56:24 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/repykota
r975 r1005 23 23 # 24 24 # $Log$ 25 # Revision 1.35 2003/05/28 13:56:24 jalet 26 # Unneeded code. 27 # 25 28 # Revision 1.34 2003/04/29 22:03:38 jalet 26 29 # Better error handling. … … 190 193 class RePyKota(PyKotaTool) : 191 194 """A class for repykota.""" 192 def __init__(self, doc) :193 """Initializes the tool as a non-priviledged storage user."""194 PyKotaTool.__init__(self, asadmin=0, doc=doc)195 196 195 def main(self, options) : 197 196 """Print Quota reports generator.""" … … 286 285 287 286 # Initializes the command line tool 288 reporter = RePyKota( doc=__doc__)287 reporter = RePyKota(asadmin=0, doc=__doc__) 289 288 290 289 # parse and checks the command line