allow custom file headers

Authored by Sven Brauch <svenbrauch@googlemail.com>.

Description

allow custom file headers

You can now place a file called .kdev_python_header in any project directory;
its contents will be placed at the beginng of every python file in that project
internally. So, if you need the python3 print syntax, you can now emulate this by
putting a .kdev_python_header file containing
from future import print_function
in your project directory. It's a really ugly hack, but it works.

Details

Committed
Sven Brauch <svenbrauch@googlemail.com>Dec 4 2011, 3:26 PM
Parents
R53:7198cb6ca6d5: file header hack structure
Branches
Unknown
Tags
Unknown
Sven Brauch <svenbrauch@googlemail.com> committed R53:2e408a96b517: allow custom file headers (authored by Sven Brauch <svenbrauch@googlemail.com>).Dec 4 2011, 3:26 PM