]> arthur.barton.de Git - bup.git/commit - lib/bup/helpers.py
cmd/ftp: 'ls' command should print filenames in columns.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 23 Apr 2010 20:33:10 +0000 (16:33 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 23 Apr 2010 20:33:42 +0000 (16:33 -0400)
commit46880edf5b8bd47e8ae635a213977c0d40e060a9
tree29607f659da7c944bbe2aa3640a0527db4d7a504
parent35097092c75673a83151bbddc710b2e51906210f
cmd/ftp: 'ls' command should print filenames in columns.

We use the columnate() function from main.py for this, now moved into
helpers.py.
cmd/ftp-cmd.py
lib/bup/helpers.py
main.py