summaryrefslogtreecommitdiff
path: root/pygerrit/stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/stream.py')
-rw-r--r--pygerrit/stream.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pygerrit/stream.py b/pygerrit/stream.py
index 86ae5b7..dd4ef29 100644
--- a/pygerrit/stream.py
+++ b/pygerrit/stream.py
@@ -31,9 +31,8 @@ import logging
from select import poll, POLLIN
from threading import Thread, Event
-from pygerrit.error import GerritError
-from pygerrit.events import GerritEvent
-from pygerrit.events import GerritEventFactory
+from .error import GerritError
+from .events import GerritEvent, GerritEventFactory
@GerritEventFactory.register("gerrit-stream-error")