[Python-modules-commits] [sphinx-celery] 02/08: Cosmetics
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to tag v1.3.1
in repository sphinx-celery.
commit d4f8442892213a8cf07919ad5d1aa7e6bfe688e7
Author: Ask Solem <ask at celeryproject.org>
Date: Fri Jul 1 14:36:46 2016 -0700
Cosmetics
---
sphinx_celery/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sphinx_celery/__init__.py b/sphinx_celery/__init__.py
index 900b079..013bc09 100644
--- a/sphinx_celery/__init__.py
+++ b/sphinx_celery/__init__.py
@@ -16,9 +16,9 @@ __docformat__ = 'restructuredtext'
__all__ = ['get_html_templates_path', 'get_html_theme_path']
-version_info_t = namedtuple(
- 'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
-)
+version_info_t = namedtuple('version_info_t', (
+ 'major', 'minor', 'micro', 'releaselevel', 'serial',
+))
# bumpversion can only search for {current_version}
# so we have to parse the version here.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-celery.git
More information about the Python-modules-commits
mailing list