diff options
author | 2011-07-23 00:19:13 -0400 | |
---|---|---|
committer | 2011-07-23 00:19:13 -0400 | |
commit | eb8415770d094cd25f09890ea7d46c628c5eb5ba (patch) | |
tree | dbc45a267b31ffeab082dc1c4145c75fb5903534 /github3/models.py | |
parent | updates (diff) | |
download | python-github3-eb8415770d094cd25f09890ea7d46c628c5eb5ba.tar.xz python-github3-eb8415770d094cd25f09890ea7d46c628c5eb5ba.zip |
"refactor" #1
Diffstat (limited to 'github3/models.py')
-rw-r--r-- | github3/models.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/github3/models.py b/github3/models.py deleted file mode 100644 index d3b0ff5..0000000 --- a/github3/models.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -github3.models -~~~~~~~~~~~~~~ - -This module provides the GitHub3 object models. - -""" - |