X Tutup
Skip to content

Commit a0f07ac

Browse files
committed
changed bpython/translations.py
1 parent 37a521b commit a0f07ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpython/translations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
# try to load .mo files created with 'python setup.py build_translation'
88
# from the build/ directory
99
try:
10-
translation = gettext.translation('bpython',
11-
os.path.join('i18n', 'locale'))
10+
translation = gettext.translation('bpython', 'i18n'))
1211
except IOError:
1312
translation = None
1413

0 commit comments

Comments
 (0)
X Tutup