rovellipaolo / NinjaDroid

Ninja Reverse Engineering on Android APK packages
GNU General Public License v3.0
268 stars 49 forks source link

Issue with importing script #1

Closed karanrajpal14 closed 6 years ago

karanrajpal14 commented 6 years ago

I'd like to use your project to work on a script I'd use personally. Unfortunately, since the package and the script have the same name, I'm unable to do so. And python 3 doesn't allow relative imports so I'm not able to do much. I just want to use the functions provided in ninjadroid.py. Any remedy for this?

rovellipaolo commented 6 years ago

Sorry for the late answer, I did not see this.

I am running it using Python 3 without any issue. Anyway, the code is open source. Feel free to change it as you please, and to submit me a pull request.