Show
Ignore:
Timestamp:
02/09/03 14:05:43 (21 years ago)
Author:
jalet
Message:

Internationalization continues...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/requesters/external.py

    r745 r773  
    1515# 
    1616# $Log$ 
     17# Revision 1.2  2003/02/09 13:05:43  jalet 
     18# Internationalization continues... 
     19# 
    1720# Revision 1.1  2003/02/07 13:15:01  jalet 
    1821# External requester skeleton added. 
     
    2932        """Sets instance vars depending on the current printer.""" 
    3033        self.printername = printername 
    31         raise PyKotaRequesterError, "Requester not implemented yet." 
     34        raise PyKotaRequesterError, _("Requester not implemented yet.") 
    3235         
    3336    def getPrinterPageCounter(self, hostname) : 
     
    3639           Currently uses the snmpget external command. TODO : do it internally  
    3740        """ 
    38         raise PyKotaRequesterError, "Requester not implemented yet." 
     41        raise PyKotaRequesterError, _("Requester not implemented yet.") 
    3942