Fix import paths
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-08-10 14:44:59 +02:00
parent 361bec2846
commit 5f1f88106c
6 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,3 @@
import google.protobuf.descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
import hrpc_pb2 as hrpc__pb2
from . import hrpc_pb2 as hrpc__pb2
import purerpc

View File

@ -1,7 +1,7 @@
import hrpc_pb2 as hrpc__pb2
from . import hrpc_pb2 as hrpc__pb2
import purerpc
import schema_pb2 as schema__pb2
from . import schema_pb2 as schema__pb2
class HyperspaceServicer(purerpc.Servicer):

View File

@ -11,7 +11,7 @@ from google.protobuf import symbol_database as _symbol_database
_sym_db = _symbol_database.Default()
import hrpc_pb2 as hrpc__pb2
from . import hrpc_pb2 as hrpc__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name="schema.proto",