forgot to import glob

This commit is contained in:
Tomas Groth 2017-09-27 22:53:43 +02:00
parent 645a55b3b3
commit 2df10e780d
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ Portable App Builds
"""
import os
import glob
from distutils import dir_util
from shutil import copy, move, rmtree