Files
gistapi.py/gistapi/__init__.py
T
Kenneth Reitz 45a0ea7901 doctest bugfix
2010-06-14 09:55:17 -04:00

8 lines
131 B
Python

# encoding: utf-8
from gistapi import *
__author__ = 'Kenneth Reitz'
__version__ = '.'.join(('0', '1', '3'))
__license__ = 'MIT'