]> git.phdru.name Git - phdru.name/phdru.name.git/blob - dotfiles2html/init.py.head
Fix(phd.py): Change URL for Lurk
[phdru.name/phdru.name.git] / dotfiles2html / init.py.head
1 <pre>
2 <font color="#0000ff"># This is startup file for interactive python.
3 # It is not automatically loaded by python interpreter.
4 # To instruct the interpreter to load it insert the following commands
5 # into your .profile (use whatever syntax and initialization file
6 # is appropriate for your shell):
7 #
8 # PYTHONSTARTUP=$HOME/init.py # or where you have really put it
9 # export PYTHONSTARTUP
10 #
11 # Due to nested_scopes and pydoc.help(*args, **kwds) this file only works with
12 # Python 2.1 or higher.
13 #
14 # Text version <a href="init.py.txt">here</a>
15 #
16 # Generated by <a href="../vimrc.html">gvim</a> :runtime syntax/2html.vim
17 #
18 </font>
19 </pre>