Make note about lzma module.
This commit is contained in:
parent
9ae920ff1b
commit
366141d6ea
|
@ -200,6 +200,7 @@ ArchivePrograms = {
|
|||
'lzop': {
|
||||
None: ('lzop',),
|
||||
},
|
||||
# XXX Python 3.3 has native lzma module - use that after porting to 3.3
|
||||
'lzma': {
|
||||
'extract': ('lzma',),
|
||||
'list': ('py_echo',),
|
||||
|
|
Loading…
Reference in New Issue