Changeset 1290

Show
Ignore:
Timestamp:
01/14/04 16:51:19 (20 years ago)
Author:
jalet
Message:

Docstring added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1271 r1290  
    2222# 
    2323# $Log$ 
     24# Revision 1.72  2004/01/14 15:51:19  jalet 
     25# Docstring added. 
     26# 
    2427# Revision 1.71  2004/01/11 23:22:42  jalet 
    2528# Major code refactoring, it's way cleaner, and now allows automated addition 
     
    658661    """Class for the PyKota filter or backend.""" 
    659662    def __init__(self) : 
     663        """Initialize local datas from current environment.""" 
    660664        PyKotaTool.__init__(self) 
    661665        (self.printingsystem, \