[vevo] remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 26 Jun 2013 16:04:47 +0000 (18:04 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 26 Jun 2013 16:05:01 +0000 (18:05 +0200)
youtube_dl/extractor/vevo.py

index aa88e1a92e587a9d68075ac6a5196e35ce7857af..49a249ae32a901ea3bc5be431b2a510a09fc95bc 100644 (file)
@@ -3,7 +3,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    unified_strdate,
     ExtractorError,
 )