mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 04:44:59 +00:00
Fixed import statements + testbench
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
821dee4f11
commit
e32c22a467
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
__pycache__/
|
||||
|
@ -7,8 +7,8 @@ from google.protobuf.internal.containers import RepeatedCompositeFieldContainer
|
||||
from google.protobuf import text_format
|
||||
from google.protobuf.message import Message, DecodeError
|
||||
|
||||
from . import googleplay_pb2
|
||||
from . import config
|
||||
import googleplay_pb2
|
||||
import config
|
||||
|
||||
ssl_verify = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user