~openerp-dev/openobject-client/6.1-opw-576759-rgo

« back to all changes in this revision

Viewing changes to bin/tinyerp-client.py

  • Committer: ced
  • Date: 2007-06-13 13:09:32 UTC
  • Revision ID: ced-cc61f1a35747216dea1f51b1afc82b57c312994e
CLIENT: fix locale

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
# end testing
78
78
APP = release.name
79
 
#DIR = os.path.join(os.getcwd(), os.path.dirname(sys.argv[0]), 'share/locale')
80
 
DIR = os.path.join(os.getcwd(), os.path.dirname(sys.argv[0]), 'po')
 
79
DIR = os.path.join(os.getcwd(), os.path.dirname(sys.argv[0]), 'share/locale')
81
80
if not os.path.isdir(DIR):
82
81
        DIR = None
83
82