Show
Ignore:
Timestamp:
09/02/04 15:09:58 (20 years ago)
Author:
jalet
Message:

Now exports PYKOTAPRINTERHOSTNAME

Files:
1 modified

Legend:

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

    r1666 r1694  
    2222# 
    2323# $Log$ 
     24# Revision 1.119  2004/09/02 13:09:58  jalet 
     25# Now exports PYKOTAPRINTERHOSTNAME 
     26# 
    2427# Revision 1.118  2004/08/06 20:46:45  jalet 
    2528# Finished group quota fix for balance when no user in group has a balance 
     
    10361039        os.environ["PYKOTACOPIES"] = str(self.copies) 
    10371040        os.environ["PYKOTAOPTIONS"] = self.options or "" 
     1041        os.environ["PYKOTAPRINTERHOSTNAME"] = self.printerhostname or "localhost" 
    10381042     
    10391043    def exportUserInfo(self, userpquota) :