Skip to content

Conversation

buffer
Copy link
Contributor

@buffer buffer commented Jun 21, 2017

- Code layout changes (PEP-8 coding style)
- Python 3 compatibility
- Parser class initialization refactoring
- Compile the regexps with the IGNORECASE flag

	- Code layout changes (PEP-8 coding style)
	- Python 3 compatibility
	- Parser class initialization refactoring
	- Compile the regexps with the IGNORECASE flag
Copy link

@descara descara left a comment

Choose a reason for hiding this comment

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

Some more fixes

'match': match
}
if data["type"] == "IP":
print " or host %s " % data["match"]
Copy link

Choose a reason for hiding this comment

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

Python3 error on print command due to lack of braces

Fixing remaining python2 print statements
@fhightower fhightower mentioned this pull request Oct 18, 2017
@SteveClement
Copy link

I merged this into my fork.

And depending on how #41 pans out it would be cool to have a new #home :)

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.

4 participants