summaryrefslogtreecommitdiff
path: root/ybd/repos.py
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-02 10:06:52 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-15 12:56:14 +0000
commitdb24440cb2a1dc0f1c6f7521eb586ff249a02990 (patch)
tree26849f0945b3fac9ba3a94d0c89e04930f0fede2 /ybd/repos.py
parent68de1876b1dce7a10065d700716221bec9cf9e3a (diff)
downloadybd-db24440cb2a1dc0f1c6f7521eb586ff249a02990.tar.gz
repos.py, cache.py, utils.py: Do not import app
Diffstat (limited to 'ybd/repos.py')
-rw-r--r--ybd/repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd/repos.py b/ybd/repos.py
index 746a451..0222612 100644
--- a/ybd/repos.py
+++ b/ybd/repos.py
@@ -22,7 +22,7 @@ import string
from subprocess import call, check_output
import sys
import requests
-from ybd import app, utils
+from ybd import utils
import tempfile