Skip to content

Commit

Permalink
Modernize to Python 3 (riscv#104)
Browse files Browse the repository at this point in the history
Python2 has already been deprecated in 2020
This also removes the dependency of python2-future

Ref to riscv#22
  • Loading branch information
ZenithalHourlyRate authored Apr 3, 2022
1 parent baa66b9 commit dd2e922
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parse_opcodes
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from __future__ import print_function
from builtins import hex
from builtins import range
import math
import sys
import tokenize
Expand Down

0 comments on commit dd2e922

Please sign in to comment.