Skip to content

Commit be4b363

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

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)