add missing os module import

This commit is contained in:
Carl Chenet 2017-08-02 17:32:00 +02:00
parent a9c88f3cd1
commit 485cff0af6
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
from argparse import ArgumentParser
import glob
import logging
import os
import os.path
import sys