aboutsummaryrefslogtreecommitdiffstats
path: root/github3/models/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-29 23:24:15 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-29 23:29:01 +0100
commit1b310d37945c6f846f2145817353d9d03916a2ae (patch)
tree34c3af7be290a0b7ec823c7bacd40d7185186898 /github3/models/__init__.py
parentpep8 (diff)
downloadpython-github3-1b310d37945c6f846f2145817353d9d03916a2ae.tar.xz
python-github3-1b310d37945c6f846f2145817353d9d03916a2ae.zip
GistComment model
Diffstat (limited to 'github3/models/__init__.py')
-rw-r--r--github3/models/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/models/__init__.py b/github3/models/__init__.py
index ff0c28a..0471393 100644
--- a/github3/models/__init__.py
+++ b/github3/models/__init__.py
@@ -1,4 +1,4 @@
from .user import AuthUser, User, Key
from .repos import Repo
from .orgs import Org
-from .gists import Gist
+from .gists import Gist, GistComment