Safe execution of decrypted code in current file
I’m writing a code protection program and I face with a really annoying bug. To execute code I need to decrypt it and I doing it in a separate file where it decrypts and executes. With one file projects everything works just fine, but with multi file projects I got error module 'include' has no attribute 'foo'
.