intltool: be more clear on what is the default podir

This commit is contained in:
Damián Nohales 2014-09-18 14:25:28 -03:00
parent 7b291268d4
commit d3badc58b4
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def apply_intltool_po(self):
self.ensure_localedir()
appname = getattr(self, 'appname', 'set_your_app_name')
podir = getattr(self, 'podir', '')
podir = getattr(self, 'podir', '.')
inst = getattr(self, 'install_path', '${LOCALEDIR}')
linguas = self.path.find_node(os.path.join(podir, 'LINGUAS'))