Remove unused import.

This commit is contained in:
Bastian Kleineidam 2013-02-22 18:34:43 +01:00
parent 88e72844b1
commit 20813f3520
1 changed files with 1 additions and 2 deletions

View File

@ -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):