Browse Source

Adds celery.version_info_t

Ask Solem 11 years ago
parent
commit
4ec8b25ca9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/__init__.py

+ 1 - 0
celery/__init__.py

@@ -146,6 +146,7 @@ old_module, new_module = five.recreate_module(  # pragma: no cover
     __author__=__author__, __contact__=__contact__,
     __homepage__=__homepage__, __docformat__=__docformat__, five=five,
     VERSION=VERSION, SERIES=SERIES, VERSION_BANNER=VERSION_BANNER,
+    version_info_t=version_info_t,
     maybe_patch_concurrency=maybe_patch_concurrency,
     _find_option_with_arg=_find_option_with_arg,
 )