Merge pull request #2762 from sebcode/bugfix/add-missing-import

add missing import
This commit is contained in:
ThomasV 2017-08-16 22:28:12 +02:00 committed by GitHub
commit 65f0efe0d7
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import json
import copy import copy
import re import re
import stat import stat
import errno
from functools import partial from functools import partial
from collections import namedtuple, defaultdict from collections import namedtuple, defaultdict