Quick fix for new library dateutil

This commit is contained in:
angelblue05 2019-01-10 19:06:52 -06:00
parent f01bf26e1c
commit 67377922a4
2 changed files with 2 additions and 2 deletions

View file

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