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

Improved the code's quality a bit with pylint.

Files:
1 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) :