mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 17:00:27 +03:00
Make pre-commit hook pass after python3 switch
This commit is contained in:
parent
49ac25270e
commit
ee9a296b64
7 changed files with 18 additions and 17 deletions
|
|
@ -59,7 +59,7 @@ class UpdateTest(unittest.TestCase):
|
|||
self.assertEquals(sig.decode('hex'), pysig.decode('hex'),
|
||||
"the length of the two sigs are different!")
|
||||
except TypeError as e:
|
||||
print e
|
||||
print(e)
|
||||
self.assertTrue(False, 'TypeError!')
|
||||
|
||||
def testBadGetsig(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue