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

@@ -1,4 +1,4 @@
from six import PY3
from ..six import PY3
from functools import wraps