Fix building translations on pristine systems

Review Request #5300 — Created Jan. 22, 2014 and submitted

Information

Djblets
master

Reviewers

Fix building translations on pristine systems

If we are attempting to build on a system without an
existing copy of Djblets installed in a reachable
location (such as distribution packaging), we need to
ensure that the source directory is in the PYTHONPATH
or the import of djblets.util.filesystem will fail.

With this patch, I was successfully able to build Djblets for Fedora.

david
  1. Ship It!
  2. 
      
sgallagh
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (7976ee7). Thanks!
Loading...