Skip to content

Commit

Permalink
Merge pull request #1373 from compas-dev/bugfix/gh_scene
Browse files Browse the repository at this point in the history
ironpython has some issue with this relative import?
  • Loading branch information
tomvanmele authored Jun 25, 2024
2 parents f63f96e + bcc806d commit 58f68f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion src/compas_ghpython/utilities/__init__.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 58f68f8

Please sign in to comment.