summaryrefslogtreecommitdiff
path: root/pygerrit/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/events.py')
-rw-r--r--pygerrit/events.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygerrit/events.py b/pygerrit/events.py
index e06b937..d477fda 100644
--- a/pygerrit/events.py
+++ b/pygerrit/events.py
@@ -25,8 +25,8 @@ THE SOFTWARE.
"""
-from pygerrit.error import GerritError
-from pygerrit.models import Account, Approval, Change, Patchset, RefUpdate
+from .error import GerritError
+from .models import Account, Approval, Change, Patchset, RefUpdate
class GerritEventFactory(object):