aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers/users.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-28 01:07:42 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-28 01:07:42 +0100
commit8060db65c51d551107eff76bf4e94ef82d9f869b (patch)
tree167577d9ccaa8ff175ee5c7595f2c71bd22ad52f /github3/handlers/users.py
parentDiff between 'my' and 'get' (diff)
downloadpython-github3-8060db65c51d551107eff76bf4e94ef82d9f869b.tar.xz
python-github3-8060db65c51d551107eff76bf4e94ef82d9f869b.zip
MimeType mixin
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