Show
Ignore:
Timestamp:
03/28/04 23:01:29 (20 years ago)
Author:
jalet
Message:

PYKOTALIMITBY environment variable is now exported too

Files:
1 modified

Legend:

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

    r1394 r1421  
    2222# 
    2323# $Log$ 
     24# Revision 1.79  2004/03/28 21:01:29  jalet 
     25# PYKOTALIMITBY environment variable is now exported too 
     26# 
    2427# Revision 1.78  2004/03/08 20:13:25  jalet 
    2528# Allow names to begin with a digit 
     
    747750    def exportUserInfo(self, userpquota) : 
    748751        """Exports user information to the environment.""" 
     752        os.putenv("PYKOTALIMITBY", userpquota.User.LimitBy) 
    749753        os.putenv("PYKOTABALANCE", str(userpquota.User.AccountBalance or 0.0)) 
    750754        os.putenv("PYKOTALIFETIMEPAID", str(userpquota.User.LifeTimePaid or 0.0))