Changeset 2655

Show
Ignore:
Timestamp:
02/08/06 15:55:31 (18 years ago)
Author:
jerome
Message:

Now outputs a message explaining that the treatment could be long.
For today, it's easier than really improving speed ;-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r2622 r2655  
    372372                overcharge = getattr(protoentry, "OverCharge", None) 
    373373             
     374        sys.stdout.write(_("Managing print quotas... (this may take a lot of time)")) 
     375        sys.stdout.flush() 
    374376        missingusers = {} 
    375377        missinggroups = {}     
     
    546548        for (name, entry) in todelete.items() :                 
    547549            entry.delete() 
     550        sys.stdout.write("\nDone.\n")     
    548551                      
    549552if __name__ == "__main__" :