Skip to content

Commit

Permalink
Travis CI: Let's pass the lint tests on Python 3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 3, 2019
1 parent 723ac16 commit aaaa2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/lazagne/config/crypto/pyaes/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _get_byte(c):

try:
xrange
except:
except NameError:

def to_bufferable(binary):
if isinstance(binary, bytes):
Expand Down

0 comments on commit aaaa2b9

Please sign in to comment.