Guest User

Untitled

a guest
Jun 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. [translation] [usemodules]
  2. [translation] __pypy__ = True
  3. [translation] _ast = True
  4. [translation] _bisect = True
  5. [translation] _codecs = True
  6. [translation] _collections = True
  7. [translation] _continuation = True
  8. [translation] _ffi = True
  9. [translation] _hashlib = True
  10. [translation] _io = True
  11. [translation] _locale = True
  12. [translation] _lsprof = True
  13. [translation] _md5 = True
  14. [translation] _multibytecodec = True
  15. [translation] _multiprocessing = True
  16. [translation] _pickle_support = True
  17. [translation] _random = True
  18. [translation] _rawffi = True
  19. [translation] _sha = True
  20. [translation] _socket = True
  21. [translation] _sre = True
  22. [translation] _ssl = True
  23. [translation] _testing = True
  24. [translation] _warnings = True
  25. [translation] _weakref = True
  26. [translation] _winreg = True
  27. [translation] array = True
  28. [translation] binascii = True
  29. [translation] bz2 = True
  30. [translation] cStringIO = True
  31. [translation] cmath = True
  32. [translation] cpyext = True
  33. [translation] errno = True
  34. [translation] gc = True
  35. [translation] imp = True
  36. [translation] itertools = True
  37. [translation] marshal = True
  38. [translation] math = True
  39. [translation] micronumpy = True
  40. [translation] mmap = True
  41. [translation] operator = True
  42. [translation] parser = True
  43. [translation] posix = True
  44. [translation] pyexpat = True
  45. [translation] rctime = True
  46. [translation] select = True
  47. [translation] signal = True
  48. [translation] struct = True
  49. [translation] symbol = True
  50. [translation] thread = True
  51. [translation] time = True
  52. [translation] token = True
  53. [translation] unicodedata = True
  54. [translation] zipimport = True
  55. [translation] zlib = True
Add Comment
Please, Sign In to add comment