Show
Ignore:
Timestamp:
02/07/03 01:08:52 (21 years ago)
Author:
jalet
Message:

Typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r731 r732  
    1717# 
    1818# $Log$ 
     19# Revision 1.3  2003/02/07 00:08:52  jalet 
     20# Typos 
     21# 
    1922# Revision 1.2  2003/02/06 23:58:05  jalet 
    2023# repykota should be ok 
     
    9194            if options["users"] : 
    9295                print "User            used    soft    hard  grace" 
    93                 print "-------------------------------------------" 
     96                print "-----------------------------------------------------------" 
    9497                for name in self.storage.getPrinterUsers(printer) : 
    9598                    quota = self.storage.getUserPQuota(name, printer) 
     
    97100            else : 
    98101                print "Group           used    soft    hard  grace" 
    99                 print "-------------------------------------------" 
     102                print "-----------------------------------------------------------" 
    100103                for name in self.storage.getPrinterGroups(printer) : 
    101104                    quota = self.storage.getGroupPQuota(name, printer)