Skip to content

Commit 90ae5d0

Browse files
committed
Merge pull request #144 from stonebig/patch-4
missing "import clr" in splitter example (develop)
2 parents 2e2971c + eb34a70 commit 90ae5d0

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)