# export PYTHONSTARTUP
#
# Due to nested_scopes and pydoc.help(*args, **kwds) this file only works with
-# Python 2.1 or higher. For Python 1.5.2 and 2.0 use init_old.py.
+# Python 2.1 or higher.
#
# Text version <a href="init.py">here</a>
#
+++ /dev/null
-<pre>
-<font color="#0000ff"># This is startup file for interactive python.
-# It is not automatically loaded by python interpreter.
-# To instruct the interpreter to load it insert the following commands
-# into your .profile (use whatever syntax and initialization file
-# is appropriate for your shell):
-#
-# PYTHONSTARTUP=$HOME/init_old.py # or where you have really put it
-# export PYTHONSTARTUP
-#
-# This is special version for Python 1.5.2 and Python 2.0.
-#
-# Text version <a href="init_old.py">here</a>
-#
-# Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
-#
-</font>
-</pre>