From 7e622e139485b254efce70b6a5efde717fad53ef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Dec 2011 23:27:55 -0500 Subject: [PATCH] import fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3a0541..8e13a21 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os import sys -from . import github3 +import github3 try: from setuptools import setup