From 5f2df1218a00df595d660bbea31c7bbc3cf573f7 Mon Sep 17 00:00:00 2001 From: kracekumar Date: Sat, 7 Jan 2012 21:47:55 +0530 Subject: [PATCH] fixed spaces --- clint/textui/colored.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clint/textui/colored.py b/clint/textui/colored.py index f93f50f..78e4393 100644 --- a/clint/textui/colored.py +++ b/clint/textui/colored.py @@ -27,11 +27,11 @@ __all__ = ( COLORS = __all__[:-2] if 'get_ipython' in dir(): -""" - when ipython is fired lot of variables like _oh, etc are used. - There are so many ways to find current python interpreter is ipython. - get_ipython is easiest is most appealing for readers to understand. -""" + """ + when ipython is fired lot of variables like _oh, etc are used. + There are so many ways to find current python interpreter is ipython. + get_ipython is easiest is most appealing for readers to understand. + """ DISABLE_COLOR = True else: DISABLE_COLOR = False