fake_wx.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3549 0af7b6a96c53
child 3767 485fe0e78bfd
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
   103         if parentmod is not None:
   103         if parentmod is not None:
   104             parentmod.__objects__[identifier] = mod
   104             parentmod.__objects__[identifier] = mod
   105 
   105 
   106         parentmod = mod
   106         parentmod = mod
   107 
   107 
   108 from six.moves import builtins
   108 import builtins
   109 
   109 
   110 builtins.__dict__['_'] = get_translation
   110 builtins.__dict__['_'] = get_translation
   111 
   111