We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79292e commit d8a6f48Copy full SHA for d8a6f48
src/opengeodeweb_viewer/vtkw_server.py
@@ -12,9 +12,9 @@
12
# Local application imports
13
from .config import *
14
from .vtk_protocol import VtkView
15
-from .rpc.viewer import Viewer
16
-from .rpc.mesh import Mesh
17
-from .rpc.model import Model
+from .rpc.viewer.protocols import Viewer
+from .rpc.mesh.protocols import Mesh
+from .rpc.model.protocols import Model
18
19
20
# =============================================================================
0 commit comments