Browse Source

added utf_8 import

Darren Ranalli 18 years ago
parent
commit
384bd2bb4e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/gui/DirectEntry.py

+ 2 - 0
direct/src/gui/DirectEntry.py

@@ -7,6 +7,8 @@ import DirectGuiGlobals as DGG
 from DirectFrame import *
 from DirectFrame import *
 from OnscreenText import OnscreenText
 from OnscreenText import OnscreenText
 import string,types
 import string,types
+# import this to make sure it gets pulled into the publish
+import encodings.utf_8
 
 
 # DirectEntry States:
 # DirectEntry States:
 ENTRY_FOCUS_STATE    = PGEntry.SFocus      # 0
 ENTRY_FOCUS_STATE    = PGEntry.SFocus      # 0