From 114683a5314c4e101ca7801aa75eeb9468af0c37 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 8 May 2012 10:34:22 -0400 Subject: [PATCH] clean import --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 20283b2..1343923 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Now you can replace this boilerplate:: With a simple call:: - >>> import env + import env :: diff --git a/setup.py b/setup.py index d0dbbce..220f821 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ Now you can replace this boilerplate:: With a simple call:: - >>> import env + import env ::