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

@@ -37,7 +37,7 @@ import re
from io import StringIO
from calendar import monthrange
from six import text_type, binary_type, integer_types
from .six import text_type, binary_type, integer_types
from . import relativedelta
from . import tz