Changeset 2789 for pykota/trunk/bin/pkusers
- Timestamp:
- 03/06/06 08:50:02 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkusers
r2783 r2789 198 198 if not options["add"] : 199 199 if not options["list"] : 200 percent.display( _("Extracting datas..."))200 percent.display("%s..." % _("Extracting datas")) 201 201 if not names : # NB : can't happen for --delete because it's catched earlier 202 202 names = ["*"]