From 015fa1bfae917936f824205398a2c0a87e68ddef Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 5 Nov 2012 12:43:11 +1100 Subject: [PATCH] Add the missing glob import. --- sb/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sb/build.py b/sb/build.py index a3a442b..3ab6085 100644 --- a/sb/build.py +++ b/sb/build.py @@ -23,6 +23,7 @@ # import getopt +import glob import os import shutil import stat