From 3475b91c00a088f266d32da4adcfbff39f90d5a8 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 30 Sep 2015 10:32:37 -0700 Subject: [PATCH] Remove unused import Oops. I was trying to use shlex.quote, but that's Python 3.3+. --- beetsplug/play.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index e26963204..eb04faeaa 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -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.