aboutsummaryrefslogtreecommitdiffstats
path: root/git_deps
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-16 15:46:07 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-16 16:25:24 +0100
commit4e011786fd615702ab4d36bc1702922d0370b4b5 (patch)
treea4bbca1c609ec969ed801cdf7900012761423436 /git_deps
parentf8774e4a9862ab875d2be8f8c65f650b0161ac20 (diff)
downloadgit-deps-4e011786fd615702ab4d36bc1702922d0370b4b5.tar.gz
fix broken import
NO idea how this worked before. Fixes #72.
Diffstat (limited to 'git_deps')
-rw-r--r--git_deps/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_deps/server.py b/git_deps/server.py
index 5ccaf91..20cc226 100644
--- a/git_deps/server.py
+++ b/git_deps/server.py
@@ -1,7 +1,7 @@
import os
import subprocess
-from gitutils import GitUtils
+from git_deps.gitutils import GitUtils
from git_deps.detector import DependencyDetector
from git_deps.errors import InvalidCommitish
from git_deps.listener.json import JSONDependencyListener