Remove unused import

Oops. I was trying to use shlex.quote, but that's Python 3.3+.
This commit is contained in:
Adrian Sampson 2015-09-30 10:32:37 -07:00
parent 2607bee997
commit 3475b91c00

View file

@ -24,7 +24,6 @@ from beets import ui
from beets import util
from os.path import relpath
from tempfile import NamedTemporaryFile
import shlex
# Indicate where arguments should be inserted into the command string.
# If this is missing, they're placed at the end.