Show
Ignore:
Timestamp:
05/28/03 15:56:24 (21 years ago)
Author:
jalet
Message:

Unneeded code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r975 r1005  
    2323# 
    2424# $Log$ 
     25# Revision 1.35  2003/05/28 13:56:24  jalet 
     26# Unneeded code. 
     27# 
    2528# Revision 1.34  2003/04/29 22:03:38  jalet 
    2629# Better error handling. 
     
    190193class RePyKota(PyKotaTool) :         
    191194    """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          
    196195    def main(self, options) : 
    197196        """Print Quota reports generator.""" 
     
    286285         
    287286        # Initializes the command line tool 
    288         reporter = RePyKota(doc=__doc__) 
     287        reporter = RePyKota(asadmin=0, doc=__doc__) 
    289288         
    290289        # parse and checks the command line