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

@@ -14,7 +14,7 @@ import sys
import os
import bisect
from six import string_types
from ..six import string_types
from ._common import tzname_in_python2, _tzinfo, _total_seconds
from ._common import tzrangebase, enfold
from ._common import _validate_fromutc_inputs