Show
Ignore:
Timestamp:
05/13/04 15:59:30 (20 years ago)
Author:
jalet
Message:

Code simplifications

Files:
1 modified

Legend:

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

    r1469 r1475  
    2222# 
    2323# $Log$ 
     24# Revision 1.86  2004/05/13 13:59:28  jalet 
     25# Code simplifications 
     26# 
    2427# Revision 1.85  2004/05/11 08:26:27  jalet 
    2528# Now catches connection problems to SMTP server 
     
    809812             
    810813    def prehook(self, userpquota) : 
    811         """Allows pluging of an external hook before the job gets printed.""" 
     814        """Allows plugging of an external hook before the job gets printed.""" 
    812815        prehook = self.config.getPreHook(userpquota.Printer.Name) 
    813816        if prehook : 
     
    816819         
    817820    def posthook(self, userpquota) : 
    818         """Allows pluging of an external hook after the job gets printed and/or denied.""" 
     821        """Allows plugging of an external hook after the job gets printed and/or denied.""" 
    819822        posthook = self.config.getPostHook(userpquota.Printer.Name) 
    820823        if posthook :