diff options
Diffstat (limited to 'test/TAR/TAR.py')
-rw-r--r-- | test/TAR/TAR.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TAR/TAR.py b/test/TAR/TAR.py index 5a19a98..93c5cea 100644 --- a/test/TAR/TAR.py +++ b/test/TAR/TAR.py @@ -44,7 +44,7 @@ for opt, arg in opts: if opt == '-f': out = arg def process(outfile, name): if os.path.isdir(name): - ## TODO 2.5: the next three lines can be replaced by + ## TODO 2.4: the next three lines can be replaced by #for entry in sorted(os.listdir(name)): list = os.listdir(name) list.sort() |