Show
Ignore:
Timestamp:
07/07/03 13:49:24 (21 years ago)
Author:
jalet
Message:

Lots of small fixes with the help of PyChecker?

Files:
1 modified

Legend:

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

    r1061 r1068  
    2121# 
    2222# $Log$ 
     23# Revision 1.44  2003/07/07 11:49:24  jalet 
     24# Lots of small fixes with the help of PyChecker 
     25# 
    2326# Revision 1.43  2003/07/04 09:06:32  jalet 
    2427# Small bug fix wrt undefined "LimitBy" field. 
     
    181184 
    182185import sys 
    183 import os 
    184186import fnmatch 
    185187import getopt 
     
    458460        adminmail = self.config.getAdminMail(printer.Name) 
    459461        mailto = self.config.getMailTo(printer.Name) 
    460         action = self.checkGroupPQuota(grouppquota, printer) 
     462        action = self.checkGroupPQuota(grouppquota) 
    461463        if action.startswith("POLICY_") : 
    462464            action = action[7:]