gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: drop PYTHONPATH here, should be fixed


From: gnunet
Subject: [taler-www] branch master updated: drop PYTHONPATH here, should be fixed using sys.path.insert() in site.py
Date: Mon, 23 Dec 2019 00:21:07 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new cec9e7f  drop PYTHONPATH here, should be fixed using sys.path.insert() 
in site.py
cec9e7f is described below

commit cec9e7fd1ca71e49ea6e3e14ae3c506faa4077f4
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 00:21:05 2019 +0100

    drop PYTHONPATH here, should be fixed using sys.path.insert() in site.py
---
 Makefile | 2 +-
 inc      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 3469dd0..1221a1b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ all: locale template
 
 # Extract translateable strings from jinja2 templates.
 locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
-       PYTHONPATH=".:./inc" $(pybabel) extract -F locale/babel.map -o 
locale/messages.pot .
+       $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
 
 # Update translation (.po) files with new strings.
 .PHONY: locale-update
diff --git a/inc b/inc
index 253ec05..eb6a5c5 160000
--- a/inc
+++ b/inc
@@ -1 +1 @@
-Subproject commit 253ec050c9403db300a629ff3cc49d42de252078
+Subproject commit eb6a5c5d225a785f2510c466b7410fc5851fa030

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]