8000 missing "import clr" in wordpad example (develop) · pythonnet/pythonnet@be4b363 · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 0 deletions
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)
0