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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit e6fceacefeb32df2afdf49a62f1a34a30eaf4bc5
Author: Adam Plumb <adampl...@gmail.com>
Date:   Mon Feb 12 20:28:17 2018 -0500

    Fix docs building under python3
---
 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6072543..19971c2 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -63,7 +63,7 @@ REFERENCE_DEPS =      \
 if ENABLE_GTK_DOC
 
 reference/builddate.xml: $(REFERENCE_DEPS)
-       $(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
+       $(PYTHON) -c 'import datetime; print(datetime.date.today())' > $@
 
 $(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml
        $(GTKDOC_MKHTML) \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to