diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-13 16:59:02 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-13 16:59:02 -0400 |
commit | 80fefb851485a73d1ff9d526bdcc6ebc6052af55 (patch) | |
tree | 3725ddb41483f089db52079a3946ea1b4e822fb5 | |
parent | c0ea2bad04c7c0ce28659a73bd63ca409c847519 (diff) | |
download | mediagoblin-80fefb851485a73d1ff9d526bdcc6ebc6052af55.tar.lz mediagoblin-80fefb851485a73d1ff9d526bdcc6ebc6052af55.tar.xz mediagoblin-80fefb851485a73d1ff9d526bdcc6ebc6052af55.zip |
Removed unused imports.
-rw-r--r-- | mediagoblin/gmg_commands/batchaddmedia.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/gmg_commands/batchaddmedia.py b/mediagoblin/gmg_commands/batchaddmedia.py index 58ca7e74..d83774ee 100644 --- a/mediagoblin/gmg_commands/batchaddmedia.py +++ b/mediagoblin/gmg_commands/batchaddmedia.py @@ -15,10 +15,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import os -import tempfile, tarfile, zipfile, subprocess, requests +import requests from csv import reader as csv_reader from urlparse import urlparse -from pyld import jsonld from mediagoblin.gmg_commands import util as commands_util from mediagoblin.submit.lib import ( |