mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-07 14:46:38 +00:00
fixed typos
This commit is contained in:
parent
e3ce86b9a5
commit
89d00a623f
@ -24,7 +24,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
# For this test case we import and use the Python Driver.
|
# For this test case we import and use the Python Driver.
|
||||||
from planetmint_driver import planetmint
|
from planetmint_driver import Planetmint
|
||||||
from planetmint_driver.crypto import generate_keypair
|
from planetmint_driver.crypto import generate_keypair
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ import pytest
|
|||||||
from planetmint_driver.exceptions import BadRequest
|
from planetmint_driver.exceptions import BadRequest
|
||||||
|
|
||||||
# For this test case we import and use the Python Driver.
|
# For this test case we import and use the Python Driver.
|
||||||
from planetmint_driver import planetmint
|
from planetmint_driver import Planetmint
|
||||||
from planetmint_driver.crypto import generate_keypair
|
from planetmint_driver.crypto import generate_keypair
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ from threading import Thread
|
|||||||
import queue
|
import queue
|
||||||
|
|
||||||
import planetmint_driver.exceptions
|
import planetmint_driver.exceptions
|
||||||
from planetmint_driver import planetmint
|
from planetmint_driver import Planetmint
|
||||||
from planetmint_driver.crypto import generate_keypair
|
from planetmint_driver.crypto import generate_keypair
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
# For this test case we import and use the Python Driver.
|
# For this test case we import and use the Python Driver.
|
||||||
from planetmint_driver import planetmint
|
from planetmint_driver import Planetmint
|
||||||
from planetmint_driver.crypto import generate_keypair
|
from planetmint_driver.crypto import generate_keypair
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ from blns import blns
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
# For this test case we import and use the Python Driver.
|
# For this test case we import and use the Python Driver.
|
||||||
from planetmint_driver import planetmint
|
from planetmint_driver import Planetmint
|
||||||
from planetmint_driver.crypto import generate_keypair
|
from planetmint_driver.crypto import generate_keypair
|
||||||
from planetmint_driver.exceptions import BadRequest
|
from planetmint_driver.exceptions import BadRequest
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ from uuid import uuid4
|
|||||||
# [websocket](https://github.com/websocket-client/websocket-client) module
|
# [websocket](https://github.com/websocket-client/websocket-client) module
|
||||||
from websocket import create_connection
|
from websocket import create_connection
|
||||||
|
|
||||||
from planetmint_driver import planetmint
|
from planetmint_driver import Planetmint
|
||||||
from planetmint_driver.crypto import generate_keypair
|
from planetmint_driver.crypto import generate_keypair
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user