Show
Ignore:
Timestamp:
02/06/03 00:26:22 (21 years ago)
Author:
jalet
Message:

Incorrect handling of grace delay

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r707 r708  
    1515# 
    1616# $Log$ 
     17# Revision 1.3  2003/02/05 23:26:22  jalet 
     18# Incorrect handling of grace delay 
     19# 
    1720# Revision 1.2  2003/02/05 23:09:20  jalet 
    1821# Name conflict 
     
    129132        """Returns the full name of the Print Quota Administrator.""" 
    130133        return self.config.get("global", "admin") 
     134         
     135    def getGraceDelay(self) :     
     136        """Returns the grace delay in days.""" 
     137        return int(self.config.get("global", "gracedelay"))