1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

forgot to import glob

This commit is contained in:
Tomas Groth 2017-09-27 22:53:43 +02:00
parent 645a55b3b3
commit 2df10e780d

View File

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