Skip to content

Commit d8a6f48

Browse files
fix classes import
1 parent d79292e commit d8a6f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/opengeodeweb_viewer/vtkw_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Local application imports
1313
from .config import *
1414
from .vtk_protocol import VtkView
15-
from .rpc.viewer import Viewer
16-
from .rpc.mesh import Mesh
17-
from .rpc.model import Model
15+
from .rpc.viewer.protocols import Viewer
16+
from .rpc.mesh.protocols import Mesh
17+
from .rpc.model.protocols import Model
1818

1919

2020
# =============================================================================

0 commit comments

Comments
 (0)