Skip to content

Commit 384bd2b

Browse files
committed
added utf_8 import
1 parent 9d335cb commit 384bd2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

direct/src/gui/DirectEntry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from DirectFrame import *
88
from OnscreenText import OnscreenText
99
import string,types
10+
# import this to make sure it gets pulled into the publish
11+
import encodings.utf_8
1012

1113
# DirectEntry States:
1214
ENTRY_FOCUS_STATE = PGEntry.SFocus # 0

0 commit comments

Comments
 (0)