From eb8415770d094cd25f09890ea7d46c628c5eb5ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 00:19:13 -0400 Subject: "refactor" #1 --- github3/core.py | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 github3/core.py (limited to 'github3/core.py') diff --git a/github3/core.py b/github3/core.py deleted file mode 100644 index 4256b4a..0000000 --- a/github3/core.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -github3.core -~~~~~~~~~~~~ - -This module contains the core GitHub3 interface. - -""" - -import requests - -from .api import Github, settings - - -__version__ = '0.0.1' -__license__ = 'ISC' -__author__ = 'Kenneth Reitz' - - - -def basic(username, password): - pass - - -def anon(): - pass \ No newline at end of file -- cgit v1.2.3-59-g8ed1b