Show
Ignore:
Timestamp:
10/05/08 22:50:54 (16 years ago)
Author:
jerome
Message:

Moved the progress report code to its own module.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkinvoice

    r3429 r3434  
    5454from pykota.pdfutils import getPageSize 
    5555from pykota.errors import PyKotaToolError, PyKotaCommandLineError 
    56 from pykota.tool import Percent, PyKotaTool 
     56from pykota.tool import PyKotaTool 
     57from pykota.progressbar import Percent 
    5758 
    5859class PKInvoice(PyKotaTool) :