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/pkbcodes

    r3417 r3434  
    3232from pykota.commandline import PyKotaOptionParser 
    3333from pykota.errors import PyKotaCommandLineError 
    34 from pykota.tool import Percent, PyKotaTool 
     34from pykota.tool import PyKotaTool 
    3535from pykota.storage import StorageBillingCode 
     36from pykota.progressbar import Percent 
    3637 
    3738class PKBcodes(PyKotaTool) :