Skip to content

Commit eb34a70

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/splitter.py

+1
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)