Show
Ignore:
Timestamp:
11/13/03 00:29:24 (20 years ago)
Author:
jalet
Message:

More work on new backend. This commit may be unstable.

Files:
1 modified

Legend:

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

    r1144 r1180  
    2222# 
    2323# $Log$ 
     24# Revision 1.6  2003/11/12 23:28:55  jalet 
     25# More work on new backend. This commit may be unstable. 
     26# 
    2427# Revision 1.5  2003/10/07 09:07:28  jalet 
    2528# Character encoding added to please latest version of Python 
     
    5861        self.arguments = arguments 
    5962         
     63    def getLastPageCounter(self) :     
     64        """Returns last internal page counter value (possibly faked).""" 
     65        try : 
     66            return self.LastPageCounter 
     67        except :     
     68            return 0 
     69         
    6070    def filterInput(self, inputfile) : 
    6171        """Transparent filter."""