Skip to content
Snippets Groups Projects
Commit 6e3a16ea authored by marco's avatar marco
Browse files

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
parent 23450658
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,6 @@ except NameError: ...@@ -57,7 +57,6 @@ except NameError:
pass pass
sys.ps1='ost> ' sys.ps1='ost> '
sys.ps2='..... ' sys.ps2='..... '
print ''
sys.argv=sys.argv[1:] sys.argv=sys.argv[1:]
home = os.getenv('HOME') or os.getenv('USERPROFILE') home = os.getenv('HOME') or os.getenv('USERPROFILE')
_ostrc=os.path.join(home, '.ostrc') _ostrc=os.path.join(home, '.ostrc')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment