Remove unused imports

This commit is contained in:
Bastian Kleineidam 2010-02-21 12:19:14 +01:00
parent a6b3c6aa30
commit 82e97a62a6
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +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 lzop program."""
import os
from . import util
def extract_lzop (archive, encoding, cmd, **kwargs):
"""Extract a LZOP archive."""