Oops, forgot to remove that line.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6750 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2011-01-05 16:37:42 +00:00
parent 9c2c083f30
commit 4425140424
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ elif sys.platform == 'darwin' and env['HAVE_WX']:
index_hi = mo.find("/dolphin-emu.mo")
lang_name = mo[index_lo:index_hi]
install_loc = env['data_dir'] + "/" + lang_name + ".lproj/dolphin-emu.mo"
print install_loc
env.InstallAs(install_loc, mo)
from plistlib import writePlist