This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Description
Ran the example from PyPi and it didn't work because of an exception not being imported correctly.
Traceback:
% python run.py
Traceback (most recent call last):
File "run.py", line 1, in <module>
from hyper import HTTP20Connection
File "/Users/tyrelsouza/.virtualenvs/hyp/lib/python2.7/site-packages/hyper/__init__.py", line 11, in <module>
from .http20.connection import HTTP20Connection
File "/Users/tyrelsouza/.virtualenvs/hyp/lib/python2.7/site-packages/hyper/http20/connection.py", line 9, in <module>
from ..common.exceptions import ConnectionResetError
ImportError: No module named common.exceptions