Show
Ignore:
Timestamp:
04/27/03 10:04:15 (21 years ago)
Author:
jalet
Message:

LDAP storage backend's skeleton added. DOESN'T WORK.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/sql.py

    r952 r967  
    2121# 
    2222# $Log$ 
     23# Revision 1.30  2003/04/27 08:04:15  jalet 
     24# LDAP storage backend's skeleton added. DOESN'T WORK. 
     25# 
    2326# Revision 1.29  2003/04/23 22:13:57  jalet 
    2427# Preliminary support for LPRng added BUT STILL UNTESTED. 
     
    412415    def computePrinterJobPrice(self, printerid, jobsize) :     
    413416        """Returns the price for a job on a given printer.""" 
     417        # TODO : create a base class with things like this 
    414418        prices = self.getPrinterPrices(printerid) 
    415419        if prices is None :