direct/src/extensions

Is there any reason why most (all?) of the files in direct/src/extensions all are tabbed in by one throughout the file? I have been trying to compile them to .pyc and the python interpreter complains…It is kind of annoying!

These are not complete python files. (In fact, I suppose they shouldn’t even have the “py” extension). They are read by genpycode and emitted into pandac.PandaModules.py and so forth.

So it is safe to skip this folder when compiling (I’m using py2exe stuff)…Are there any other folder such as this that can be excluded and still give full functionality?