diff options
| author | 2011-04-13 18:14:26 -0400 | |
|---|---|---|
| committer | 2011-04-13 18:14:26 -0400 | |
| commit | d17d5af0e8a01361463eb2032c5b9d53641496e8 (patch) | |
| tree | 388052179003c05a2b1ba26932d47caba457c241 /github3/__init__.py | |
| parent | now v3 (diff) | |
| download | python-github3-d17d5af0e8a01361463eb2032c5b9d53641496e8.tar.xz python-github3-d17d5af0e8a01361463eb2032c5b9d53641496e8.zip | |
basic setup
Diffstat (limited to 'github3/__init__.py')
| -rw-r--r-- | github3/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/github3/__init__.py b/github3/__init__.py index e69de29..c2fdbad 100644 --- a/github3/__init__.py +++ b/github3/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from core import *
\ No newline at end of file |
