diff options
| author | 2011-11-29 23:24:15 +0100 | |
|---|---|---|
| committer | 2011-11-29 23:29:01 +0100 | |
| commit | 1b310d37945c6f846f2145817353d9d03916a2ae (patch) | |
| tree | 34c3af7be290a0b7ec823c7bacd40d7185186898 /github3/models/__init__.py | |
| parent | pep8 (diff) | |
| download | python-github3-1b310d37945c6f846f2145817353d9d03916a2ae.tar.xz python-github3-1b310d37945c6f846f2145817353d9d03916a2ae.zip | |
GistComment model
Diffstat (limited to 'github3/models/__init__.py')
| -rw-r--r-- | github3/models/__init__.py | 2 |
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 |
