Show
Ignore:
Timestamp:
04/15/03 13:30:57 (21 years ago)
Author:
jalet
Message:

More work done on money print charging.
Minor bugs corrected.
All tools now access to the storage as priviledged users, repykota excepted.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykota

    r914 r915  
    2323# 
    2424# $Log$ 
     25# Revision 1.23  2003/04/15 11:30:57  jalet 
     26# More work done on money print charging. 
     27# Minor bugs corrected. 
     28# All tools now access to the storage as priviledged users, repykota excepted. 
     29# 
    2530# Revision 1.22  2003/04/15 11:09:04  jalet 
    2631# Small bug was fixed when a printer was never used and its internal 
     
    111116    """Class for the PyKota filter.""" 
    112117    def __init__(self, username) : 
    113         PyKotaTool.__init__(self, isfilter=1) 
     118        PyKotaTool.__init__(self) 
    114119        self.username = username 
    115120        self.requester = openRequester(self.config, self.printername)