GTG

Comment 2 for bug 495662

Revision history for this message
Lionel Dricot (ploum-deactivatedaccount) wrote :

I really hate the "pass" line but I think we should try to make packagers job as easy as possible.

Maybe it's less ugly to put it that kind of way :

if not os.path.isdir(LOCALE_PATH):
   f os.path.isdir('/usr/local/share/locale'):
       LOCALE_PATH = '/usr/local/share/locale'
   else:
      LOCALE_PATH = '/usr/share/locale'

Luca F. > I let you decide if this patch is safe and could be included in 0.2. If you consider it's good, you have my vote.