aboutsummaryrefslogtreecommitdiffstats
path: root/github3/__init__.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-23 00:27:20 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-23 00:27:20 -0400
commitfd19f0b5ed2983920382277d886806e35280ef39 (patch)
tree6fc84dd9d1c30a630824545ea20668331b331de9 /github3/__init__.py
parentyayy (diff)
downloadpython-github3-fd19f0b5ed2983920382277d886806e35280ef39.tar.xz
python-github3-fd19f0b5ed2983920382277d886806e35280ef39.zip
core
Diffstat (limited to 'github3/__init__.py')
-rw-r--r--github3/__init__.py3
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