Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
dateutil module is not included in the standard library. If it's not installed, releasedocmaker fails as follows:
[sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project yetus --version 0.3.0 Traceback (most recent call last): File "release-doc-maker/releasedocmaker.py", line 39, in <module> import dateutil.parser ImportError: No module named dateutil.parser