Skip to content

Commit

Permalink
Merge pull request pythonnet#144 from stonebig/patch-4
Browse files Browse the repository at this point in the history
missing "import clr" in splitter example (develop)
  • Loading branch information
tonyroberts committed Feb 9, 2016
2 parents 2e2971c + eb34a70 commit 90ae5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90ae5d0

Please sign in to comment.