Changeset 701

Show
Ignore:
Timestamp:
02/05/03 23:38:39 (21 years ago)
Author:
jalet
Message:

Typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykota

    r699 r701  
    1717# 
    1818# $Log$ 
     19# Revision 1.3  2003/02/05 22:38:39  jalet 
     20# Typo 
     21# 
    1922# Revision 1.2  2003/02/05 22:16:20  jalet 
    2023# DEVICE_URI is undefined outside of CUPS, i.e. for normal command line tools 
     
    3336class PyKotaFiler(PyKotaTool) :     
    3437    """Class for the PyKota filter.""" 
    35     def __init__(self, username) 
     38    def __init__(self, username) : 
    3639        PyKotaTool.__init__(self, isfilter=1) 
    3740        self.username = username