# 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 here
#
# Generated by gvim :runtime syntax/2html.vim
#