From: Kenneth Reitz Date: Sat, 12 Nov 2011 21:14:51 +0000 (-0800) Subject: no auto async X-Git-Tag: v0.8.0~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfc1a76381ac3b728456f0d02a81acf38cfca4db;p=services%2Fpython-requests.git no auto async --- diff --git a/requests/__init__.py b/requests/__init__.py index b000557..e3a9d2a 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -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