diff --git a/scripts/ost_startup.py.in b/scripts/ost_startup.py.in index df65597b2c119fefec9d55d8f6844ef1637cf3fa..73cf24e88ac07829f9b93f09b433ba27c2c5bf57 100644 --- a/scripts/ost_startup.py.in +++ b/scripts/ost_startup.py.in @@ -60,15 +60,6 @@ if os.path.exists(_ostrc): exec(open(_ostrc)) except Exception, e: print e -else: - rcfile=open(_ostrc,"w") - print >> rcfile, '# This python file is parsed by ost and dng at startup' - print >> rcfile, '# Its content is be made available in the global namespace' - print >> rcfile, '# It can be used to define custom variables and functions' - print >> rcfile, '# For example:' - print >> rcfile, '# IMPORTANT_DIR="path/to/important/dir"' - rcfile.close() - PushVerbosityLevel(options.vlevel) # this should probably only be added when running an interactive shell