no auto async
authorKenneth Reitz <me@kennethreitz.com>
Sat, 12 Nov 2011 21:14:51 +0000 (13:14 -0800)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 12 Nov 2011 21:14:51 +0000 (13:14 -0800)
requests/__init__.py

index b000557f58acff9b469e42b90ad36962be2a5783..e3a9d2a0e8c11cae5c84845a971d06d2f896d590 100644 (file)
@@ -31,8 +31,3 @@ from .exceptions import (
     RequestException, Timeout, URLRequired,
     TooManyRedirects, HTTPError, ConnectionError
 )
-
-try:
-    from . import async
-except RuntimeError:
-    pass
\ No newline at end of file