Remove unused imports
This commit is contained in:
parent
a6b3c6aa30
commit
82e97a62a6
|
@ -14,9 +14,6 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""Archive commands for the lzop program."""
|
"""Archive commands for the lzop program."""
|
||||||
import os
|
|
||||||
from . import util
|
|
||||||
|
|
||||||
|
|
||||||
def extract_lzop (archive, encoding, cmd, **kwargs):
|
def extract_lzop (archive, encoding, cmd, **kwargs):
|
||||||
"""Extract a LZOP archive."""
|
"""Extract a LZOP archive."""
|
||||||
|
|
Loading…
Reference in New Issue