aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests/get_handlers_test.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-12 19:06:55 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-12 19:06:55 +0100
commit1836ee60f0a3772188c9341efe737aa03ca6f2ff (patch)
treeb54000ce6ab805d24668c61c69f289fd0fbd3d73 /github3/tests/get_handlers_test.py
parentAdded converters test (diff)
downloadpython-github3-1836ee60f0a3772188c9341efe737aa03ca6f2ff.tar.xz
python-github3-1836ee60f0a3772188c9341efe737aa03ca6f2ff.zip
PEP8 and renaming
Diffstat (limited to '')
-rw-r--r--github3/tests/get_handlers_test.py (renamed from github3/tests/base_test.py)1
1 files changed, 0 insertions, 1 deletions
diff --git a/github3/tests/base_test.py b/github3/tests/get_handlers_test.py
index 59d474a..0ae1302 100644
--- a/github3/tests/base_test.py
+++ b/github3/tests/get_handlers_test.py
@@ -2,7 +2,6 @@
# -*- encoding: utf-8 -*-
from unittest import TestCase
-import github3
from github3 import api
from github3 import handlers