fix some small bugs

This commit is contained in:
Helena Rasche
2019-03-14 10:09:36 +01:00
parent ec086c1e8b
commit ea0700a032
+3 -2
View File
@@ -20,6 +20,7 @@ try:
from pygithub3 import Github
except ImportError:
Github = None
print(Github)
from six import string_types
from six.moves.urllib.parse import urljoin
@@ -41,7 +42,7 @@ DEVTEAM = [
"VJalili"
]
TEMPLATE = """
TEMPLATE = string.Template("""
.. to_doc
${release}
@@ -76,7 +77,7 @@ Fixes
.. include:: ${release}_prs.rst
"""
""")
ANNOUNCE_TEMPLATE = string.Template("""
===========================================================