Skip to content

Commit 559ebd4

Browse files
committed
Merge pull request #143 from stonebig/patch-5
missing "import clr" in wordpad example (develop)
2 parents 90ae5d0 + be4b363 commit 559ebd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/wordpad.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
from System.Text import Encoding

0 commit comments

Comments
 (0)