-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[analyzer] Remove Python 2 code (#243).
Support for Python 2 in IKOS was removed in a prior commit dealing with python package installation. This commit adjusts Python modules to remove any logic pertaining to Python 2. More specifically: - The imports in `http` are adjusted. - The module `html`, which was a wrapper around the standard `html`, is removed. - Other modules that were importing `ikos.html` now import `html` directly. - Remove a comment in `output_db` referring to Python 2.
- Loading branch information
1 parent
b2cdfd2
commit 58660a6
Showing
5 changed files
with
8 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters