Make sure Blender's build date is always in expected format

This commit is contained in:
2018-08-10 20:15:50 +02:00
parent 9ab37dbb45
commit 3271a728a2
6 changed files with 904 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import calendar
import operator
from math import copysign
from six import integer_types
from .six import integer_types
from warnings import warn
from ._common import weekday