trim excess whitespace
This commit is contained in:
parent
2199a6c1d0
commit
ea715c6934
|
@ -15,4 +15,3 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""Archive commands for the bsdcpio program."""
|
||||
from .cpio import extract_cpio, list_cpio, test_cpio, create_cpio
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""Archive commands for the lhasa program."""
|
||||
from .lha import extract_lzh
|
||||
|
||||
|
|
|
@ -36,4 +36,3 @@ def create_zpaq(archive, compression, cmd, verbosity, interactive, filenames):
|
|||
|
||||
# zpaq has no separate test mode, so use listing instead
|
||||
test_zpaq = list_zpaq
|
||||
|
||||
|
|
Loading…
Reference in New Issue