diff options
author | 2011-11-28 01:07:42 +0100 | |
---|---|---|
committer | 2011-11-28 01:07:42 +0100 | |
commit | 8060db65c51d551107eff76bf4e94ef82d9f869b (patch) | |
tree | 167577d9ccaa8ff175ee5c7595f2c71bd22ad52f /github3/handlers/users.py | |
parent | Diff between 'my' and 'get' (diff) | |
download | python-github3-8060db65c51d551107eff76bf4e94ef82d9f869b.tar.xz python-github3-8060db65c51d551107eff76bf4e94ef82d9f869b.zip |
MimeType mixin
Diffstat (limited to 'github3/handlers/users.py')
-rw-r--r-- | github3/handlers/users.py | 2 |
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 |