Skip to content

Commit 58f68f8

Browse files
authored
Merge pull request #1373 from compas-dev/bugfix/gh_scene
ironpython has some issue with this relative import?
2 parents f63f96e + bcc806d commit 58f68f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Fixed error in `compas_ghpython` causing `Scene` to fail in Grasshopper.
15+
1416
### Removed
1517

1618

src/compas_ghpython/utilities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import
22
from warnings import warn
33

4-
from ..drawing import (
4+
from compas_ghpython.drawing import (
55
draw_frame,
66
draw_points,
77
draw_lines,

0 commit comments

Comments
 (0)