Remove unused import.
This commit is contained in:
parent
88e72844b1
commit
20813f3520
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2012 Bastian Kleineidam
|
||||
# Copyright (C) 2012-2013 Bastian Kleineidam
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -14,7 +14,6 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""Archive commands for the unadf program."""
|
||||
from .. import util
|
||||
|
||||
|
||||
def extract_adf (archive, compression, cmd, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue