From e00ce53ef63abb20524399518e260c9262cc041b Mon Sep 17 00:00:00 2001 From: tilly-Q Date: Mon, 21 Apr 2014 12:18:29 -0400 Subject: [PATCH] I had imported requests twice --- mediagoblin/gmg_commands/batchaddmedia.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1