Changeset 703
- Timestamp:
- 02/05/03 23:42:51 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykota
r701 r703 17 17 # 18 18 # $Log$ 19 # Revision 1.4 2003/02/05 22:42:51 jalet 20 # Typo 21 # 19 22 # Revision 1.3 2003/02/05 22:38:39 jalet 20 23 # Typo … … 34 37 from pykota import requester 35 38 36 class PyKotaFil er(PyKotaTool) :39 class PyKotaFilter(PyKotaTool) : 37 40 """Class for the PyKota filter.""" 38 41 def __init__(self, username) :