From 6e3a16ea6fe619fe7f3cf205d5dc0120563efd25 Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 21 Apr 2010 15:19:15 +0000
Subject: [PATCH] remove empty line showing at startup of ost

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2094 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 scripts/init_cl.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/init_cl.py b/scripts/init_cl.py
index 942c60c53..7dbf7cbe5 100644
--- a/scripts/init_cl.py
+++ b/scripts/init_cl.py
@@ -57,7 +57,6 @@ except NameError:
   pass
 sys.ps1='ost> '
 sys.ps2='..... '
-print ''
 sys.argv=sys.argv[1:]
 home = os.getenv('HOME') or os.getenv('USERPROFILE')
 _ostrc=os.path.join(home, '.ostrc')
-- 
GitLab