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 f99db08 commit a3e8b7cCopy full SHA for a3e8b7c
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "osut"
3
-version = "0.6.0a1"
+version = "0.6.0a2"
4
description = "OpenStudio SDK utilities for Python"
5
readme = "README.md"
6
requires-python = ">=3.2"
tests/test_osut.py
@@ -27,14 +27,10 @@
27
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30
-import sys
31
-sys.path.append("./src/osut")
32
-
33
-import os
34
import math
35
import unittest
36
import openstudio
37
-import osut
+from src.osut import osut
38
39
DBG = osut.CN.DBG
40
INF = osut.CN.INF
0 commit comments