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

Prevent circular import with PBA #477

Merged
merged 2 commits into from
Nov 5, 2019

Conversation

danielguardicore
Copy link
Contributor

Prevent a circular import between between pba.py and exploiter modules.

Feature / Fixes

Fixes #476

This isn't a full fix for all circular import issues, I'm working on that. But this is a slight improvement

Copy link
Contributor

@ShayNehmad ShayNehmad left a comment

Choose a reason for hiding this comment

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

Approved.
I tried finding other circular imports using pycycle but nothing interesting came up; what other circular imports did you find?

@ShayNehmad ShayNehmad added this to the 1.7.1 milestone Nov 5, 2019
@ShayNehmad ShayNehmad added the Bug An error, flaw, misbehavior or failure in the Monkey or Monkey Island. label Nov 5, 2019
@danielguardicore danielguardicore merged commit fb330a4 into 393/python-3 Nov 5, 2019
@danielguardicore danielguardicore deleted the bugfix/circular_import branch November 5, 2019 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An error, flaw, misbehavior or failure in the Monkey or Monkey Island.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants