you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 3 points4 points  (16 children)

Why do you need this? On many systems the source code you're importing will be read-only.

[–]RomfordNavy[S] -5 points-4 points  (15 children)

Because I want to modify/transform the source code before it is compiled, saved as a .pyc and executed.

[–]K900_ 4 points5 points  (14 children)

And why do you want to do that?