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

Change print and except usages for python3 compatibility in owtf.py #160

Merged
merged 1 commit into from
Mar 1, 2014
Merged

Change print and except usages for python3 compatibility in owtf.py #160

merged 1 commit into from
Mar 1, 2014

Conversation

DePierre
Copy link
Contributor

  • Use print as a function instead of a statement thanks to future (Ressource)
  • Capturing Exception now use as instead of , (Ressource)

+ Use print as a function instead of a statement thanks to __future__
+ except statements now use 'as' instead of ','
flabbergastedbd pushed a commit that referenced this pull request Mar 1, 2014
Change print and except usages for python3 compatibility in owtf.py, thanks to @DePierre
@flabbergastedbd flabbergastedbd merged commit 006549a into owtf:master Mar 1, 2014
flabbergastedbd pushed a commit that referenced this pull request Aug 4, 2014
Change print and except usages for python3 compatibility in owtf.py, thanks to @DePierre
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.

2 participants