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

    r3432 r3434  
    3030from pykota.commandline import PyKotaOptionParser 
    3131from pykota.errors import PyKotaCommandLineError 
    32 from pykota.tool import Percent, PyKotaTool 
     32from pykota.tool import PyKotaTool 
    3333from pykota.storage import StorageUserPQuota, StorageGroupPQuota 
     34from pykota.progressbar import Percent 
    3435 
    3536class EdPyKota(PyKotaTool) :