From eb34a704211d26f5c2009f729cf55b7574314f49 Mon Sep 17 00:00:00 2001 From: stonebig Date: Mon, 8 Feb 2016 21:29:01 +0100 Subject: [PATCH] missing "import clr" in splitter example (develop) --- demo/splitter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/splitter.py b/demo/splitter.py index f40b67137..5c5da67a8 100644 --- a/demo/splitter.py +++ b/demo/splitter.py @@ -7,6 +7,7 @@ # FOR A PARTICULAR PURPOSE. # =========================================================================== +import clr import System.Windows.Forms as WinForms from System.Drawing import Color, Size, Point import System