Show
Ignore:
Timestamp:
07/07/03 13:49:24 (21 years ago)
Author:
jalet
Message:

Lots of small fixes with the help of PyChecker?

Files:
1 modified

Legend:

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

    r1021 r1068  
    2121# 
    2222# $Log$ 
     23# Revision 1.8  2003/07/07 11:49:24  jalet 
     24# Lots of small fixes with the help of PyChecker 
     25# 
    2326# Revision 1.7  2003/06/10 16:37:54  jalet 
    2427# Deletion of the second user which is not needed anymore. 
     
    5053# 
    5154 
    52 import sys 
    53  
    5455class PyKotaLoggingError(Exception): 
    5556    """An exception for logging related stuff."""