add missing import

This commit is contained in:
Sebastian Volland 2017-08-16 19:11:07 +02:00
parent c6e09a6038
commit d95e79efab
1 changed files with 1 additions and 0 deletions

View File

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