summaryrefslogtreecommitdiff
path: root/ybd/repos.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-06-14 08:27:52 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-06-14 12:48:13 +0100
commit06ddf1b05e9199cbe01f835d08d3c46a650da80e (patch)
treef013ca800b93b19620273922348eb49eb0c895aa /ybd/repos.py
parentf869d8cb69866553eeba76cef0341ae87265fd28 (diff)
downloadybd-06ddf1b05e9199cbe01f835d08d3c46a650da80e.tar.gz
Various fleck8 fixes
Diffstat (limited to 'ybd/repos.py')
-rw-r--r--ybd/repos.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ybd/repos.py b/ybd/repos.py
index 1882282..361d37c 100644
--- a/ybd/repos.py
+++ b/ybd/repos.py
@@ -15,11 +15,10 @@
# =*= License: GPL-2 =*=
import os
-import json
import re
import shutil
import string
-from subprocess import call, check_output, check_call
+from subprocess import call, check_output
import sys
import requests