Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 #85

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Python3 #85

wants to merge 19 commits into from

Conversation

doublekik
Copy link

11,708,841

python3.7 -m pip install impacket

echo -e '\033[1;32m[*] Unpacking Python3.7 For Wine \033[0m'
if [[ ! -d "$HOME/.win32/drive_c/Python37" || $reinstall -eq 1 ]]; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ ! -d "$HOME/.win32/drive_c/Python37" || $reinstall -eq 1 ]]; then
if [[ ! -d "$HOME/.win32/drive_c/Python37" || $reinstall -eq 1 ]]; then

def getSandboxScripts(sandboxLang='python'):
sandboxScripts = ''
from menu import sandboxMenuOptions
from .menu import sandboxMenuOptions

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from .menu import sandboxMenuOptions
from .menu import sandboxMenuOptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants