Skip to content

Commit 406cf15

Browse files
committed
Fixes oslg import (unittest)
1 parent bd8682e commit 406cf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_oslg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
sys.path.append("./src/oslg")
3232

3333
import unittest
34-
import oslg
34+
from oslg import oslg
3535

3636
DBG = oslg.CN.DEBUG
3737
INF = oslg.CN.INFO

0 commit comments

Comments
 (0)