[Xfce4-commits] [bindings/thunarx-python] 01/01: Fix docs building under python3

noreply at xfce.org noreply at xfce.org
Tue Feb 13 02:28:23 CET 2018


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

a   d   a   m   p   l   u   m   b       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository bindings/thunarx-python.

commit e6fceacefeb32df2afdf49a62f1a34a30eaf4bc5
Author: Adam Plumb <adamplumb at 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.


More information about the Xfce4-commits mailing list