diff --git a/CHANGELOG.md b/CHANGELOG.md index 42363041878..3645040d599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +* Fixed error in `compas_ghpython` causing `Scene` to fail in Grasshopper. + ### Removed diff --git a/src/compas_ghpython/utilities/__init__.py b/src/compas_ghpython/utilities/__init__.py index 4a816968760..3096b7bc87a 100644 --- a/src/compas_ghpython/utilities/__init__.py +++ b/src/compas_ghpython/utilities/__init__.py @@ -1,7 +1,7 @@ from __future__ import absolute_import from warnings import warn -from ..drawing import ( +from compas_ghpython.drawing import ( draw_frame, draw_points, draw_lines,