• Bram Schoenmakers's avatar
    Speed up 'ls' a bit (and also lsprj, lscon). · 8cd2afd0
    Bram Schoenmakers authored
    This is achieved by importing some modules only when applicable. For
    instance, 'ls' doesn't need ChangeSet and also doesn't always need
    icalendar. Sorting and archiving is also only applicable to writing
    commands (del, add, etc.).
    8cd2afd0
ListCommand.py 4.68 KB