From 0e9d7aad2706d12d9fa27d90dfbdfc58d2adbf1b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Oct 2011 16:50:20 -0400 Subject: [PATCH] add back the ascii art --- requests/__init__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/requests/__init__.py b/requests/__init__.py index e75db8df..b443c95e 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -""" -requests.core -~~~~~~~~~~~~~ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / -This module implements the main Requests system. +""" +requests +~~~~~~~~ :copyright: (c) 2011 by Kenneth Reitz. :license: ISC, see LICENSE for more details.