no auto async

This commit is contained in:
Kenneth Reitz
2011-11-12 13:14:51 -08:00
parent 6730818ddc
commit cfc1a76381
-5
View File
@@ -31,8 +31,3 @@ from .exceptions import (
RequestException, Timeout, URLRequired,
TooManyRedirects, HTTPError, ConnectionError
)
try:
from . import async
except RuntimeError:
pass