Changeset 1290
- Timestamp:
- 01/14/04 16:51:19 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r1271 r1290 22 22 # 23 23 # $Log$ 24 # Revision 1.72 2004/01/14 15:51:19 jalet 25 # Docstring added. 26 # 24 27 # Revision 1.71 2004/01/11 23:22:42 jalet 25 28 # Major code refactoring, it's way cleaner, and now allows automated addition … … 658 661 """Class for the PyKota filter or backend.""" 659 662 def __init__(self) : 663 """Initialize local datas from current environment.""" 660 664 PyKotaTool.__init__(self) 661 665 (self.printingsystem, \