aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/handlers/users.py')
-rw-r--r--github3/handlers/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/handlers/users.py b/github3/handlers/users.py
index ec40f02..92eea6f 100644
--- a/github3/handlers/users.py
+++ b/github3/handlers/users.py
@@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
from .base import Handler
-import github3.models as models
+from github3 import models
from github3.converters import Rawlizer
from github3.exceptions import UserIsAnonymous