mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make reindent.py happy (convert everything to 4-space indents!).
This commit is contained in:
parent
2e6d25c5bb
commit
004d5e6880
70 changed files with 1215 additions and 1247 deletions
|
@ -2,7 +2,7 @@ import os
|
|||
import base64
|
||||
import gettext
|
||||
|
||||
|
||||
|
||||
def test_api_1(localedir, mofile):
|
||||
print 'test api 1'
|
||||
|
||||
|
@ -56,7 +56,7 @@ gettext message catalog library.''')
|
|||
print _('mullusk')
|
||||
|
||||
|
||||
|
||||
|
||||
def test_api_2(localedir, mofile):
|
||||
print 'test api 2'
|
||||
|
||||
|
@ -104,7 +104,7 @@ gettext message catalog library.''')
|
|||
return gettext.dgettext('gettext')
|
||||
|
||||
|
||||
|
||||
|
||||
GNU_MO_DATA = '''\
|
||||
3hIElQAAAAAFAAAAHAAAAEQAAAAHAAAAbAAAAAAAAACIAAAAFQAAAIkAAAChAAAAnwAAAAcAAABB
|
||||
AQAACwAAAEkBAAAbAQAAVQEAABYAAABxAgAAoQAAAIgCAAAFAAAAKgMAAAkAAAAwAwAAAQAAAAQA
|
||||
|
@ -123,7 +123,7 @@ bCBjZWJpdnF2YXQgbmEgdmFncmVzbnByIGdiIGd1ciBUQUgKdHJnZ3JrZyB6cmZmbnRyIHBuZ255
|
|||
YnQgeXZvZW5lbC4AYmFjb24Ad2luayB3aW5rAA==
|
||||
'''
|
||||
|
||||
|
||||
|
||||
LOCALEDIR = os.path.join('xx', 'LC_MESSAGES')
|
||||
MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
|
||||
|
||||
|
@ -147,7 +147,7 @@ finally:
|
|||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
# For reference, here's the .po file used to created the .mo data above.
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue