Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit eb34a70

Browse files
committed
missing "import clr" in splitter example (develop)
1 parent e648fa2 commit eb34a70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demo/splitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# FOR A PARTICULAR PURPOSE.
88
# ===========================================================================
99

10+
import clr
1011
import System.Windows.Forms as WinForms
1112
from System.Drawing import Color, Size, Point
1213
import System

0 commit comments

Comments
 (0)