I had imported requests twice
authortilly-Q <nattilypigeonfowl@gmail.com>
Mon, 21 Apr 2014 16:18:29 +0000 (12:18 -0400)
committertilly-Q <nattilypigeonfowl@gmail.com>
Mon, 21 Apr 2014 16:18:29 +0000 (12:18 -0400)
mediagoblin/gmg_commands/batchaddmedia.py

index b6fd2763d036671999b2292d9038ba11f5233c2b..f50425f30a349eaa77d4a36ba7191089c090e9d2 100644 (file)
@@ -18,7 +18,6 @@ import os
 import tempfile, tarfile, zipfile, subprocess, requests
 from csv import reader as csv_reader
 from urlparse import urlparse
-import requests
 from pyld import jsonld
 
 from mediagoblin.gmg_commands import util as commands_util