Changeset 701 for pykota/trunk
- Timestamp:
- 02/05/03 23:38:39 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykota
r699 r701 17 17 # 18 18 # $Log$ 19 # Revision 1.3 2003/02/05 22:38:39 jalet 20 # Typo 21 # 19 22 # Revision 1.2 2003/02/05 22:16:20 jalet 20 23 # DEVICE_URI is undefined outside of CUPS, i.e. for normal command line tools … … 33 36 class PyKotaFiler(PyKotaTool) : 34 37 """Class for the PyKota filter.""" 35 def __init__(self, username) 38 def __init__(self, username) : 36 39 PyKotaTool.__init__(self, isfilter=1) 37 40 self.username = username