Browse Source

Remove unusued import

Philipp Hagemeister 11 years ago
parent
commit
bd1b906527
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/postprocessor/xattrpp.py

+ 0 - 1
youtube_dl/postprocessor/xattrpp.py

@@ -6,7 +6,6 @@ from .common import PostProcessor
 from ..utils import (
     check_executable,
     hyphenate_date,
-    preferredencoding,
 )