diff --git a/patoolib/lzop.py b/patoolib/lzop.py index 918cda7..38c9c67 100644 --- a/patoolib/lzop.py +++ b/patoolib/lzop.py @@ -14,9 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """Archive commands for the lzop program.""" -import os -from . import util - def extract_lzop (archive, encoding, cmd, **kwargs): """Extract a LZOP archive."""