From f01bc94a33d8644da65b5fa895c222e9ee057b50 Mon Sep 17 00:00:00 2001 From: David Medina Date: Fri, 3 Feb 2012 14:45:32 +0100 Subject: Fix imports to new environment Absolute imports as PEP8 tells --- pygithub3/github.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pygithub3/github.py (limited to 'pygithub3/github.py') diff --git a/pygithub3/github.py b/pygithub3/github.py new file mode 100644 index 0000000..ff6ea1e --- /dev/null +++ b/pygithub3/github.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +# -*- encoding: utf-8 -*- -- cgit v1.2.3-59-g8ed1b