aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/batchaddmedia.py
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2014-04-21 12:18:29 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2014-04-21 12:18:29 -0400
commite00ce53ef63abb20524399518e260c9262cc041b (patch)
tree8a3eb619d0fe0ad14fbca3759647da94575cf5f9 /mediagoblin/gmg_commands/batchaddmedia.py
parent77a19712c390e5f7b2beb09314f8b4f2c2eaa794 (diff)
downloadmediagoblin-e00ce53ef63abb20524399518e260c9262cc041b.tar.lz
mediagoblin-e00ce53ef63abb20524399518e260c9262cc041b.tar.xz
mediagoblin-e00ce53ef63abb20524399518e260c9262cc041b.zip
I had imported requests twice
Diffstat (limited to 'mediagoblin/gmg_commands/batchaddmedia.py')
-rw-r--r--mediagoblin/gmg_commands/batchaddmedia.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/batchaddmedia.py b/mediagoblin/gmg_commands/batchaddmedia.py
index b6fd2763..f50425f3 100644
--- a/mediagoblin/gmg_commands/batchaddmedia.py
+++ b/mediagoblin/gmg_commands/batchaddmedia.py
@@ -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