Show
Ignore:
Timestamp:
04/04/06 11:40:56 (18 years ago)
Author:
jerome
Message:

Improved the code's quality a bit with pylint.

Location:
pykota/trunk/pykota/reporters
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/reporters/html.py

    r2622 r2830  
    2525import os 
    2626import urllib 
    27 from mx import DateTime 
    2827 
    29 from pykota.reporter import BaseReporter, PyKotaReporterError 
     28from pykota.reporter import BaseReporter 
    3029     
    3130class Reporter(BaseReporter) :     
  • pykota/trunk/pykota/reporters/text.py

    r2622 r2830  
    2323# 
    2424 
    25 from pykota.reporter import BaseReporter, PyKotaReporterError 
     25from pykota.reporter import BaseReporter 
    2626     
    2727class Reporter(BaseReporter) :