Python 3.5 compatibility

Close #1 and #3
This commit is contained in:
Pedro Ferreira
2017-08-01 22:34:06 +02:00
parent ad8d1b89ae
commit 9fc910c37d
5 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
import pytest
import json
from asyncio import ensure_future, gather, Event
import pytest
from asynctest import patch
from nacl.signing import SigningKey