Files
httpbin/httpbin/__init__.py
T
Kevin McCarthy 782a3411a7 Add Python3 Support
I mostly just added a bunch of encoding, especially around the HTTP
Digest Auth stuff.  This commit also adds six as a dependency.
2014-05-25 19:44:07 -10:00

4 lines
45 B
Python

# -*- coding: utf-8 -*-
from .core import *