From ed95723fe8599c20eeebd228e1bb4f975ffefc23 Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Wed, 16 Jul 2014 16:19:19 -0400 Subject: Remove unused code --- bundler/main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bundler/main.py') diff --git a/bundler/main.py b/bundler/main.py index e26537a..715225f 100644 --- a/bundler/main.py +++ b/bundler/main.py @@ -14,6 +14,7 @@ from actions import GitCloneAll, PythonSetupAll, CreateDirStructure from actions import CollectAllDeps, CopyBinaries, PLister, SeededConfig from actions import DarwinLauncher, CopyAssets, CopyMisc, FixDylibs from actions import DmgIt, PycRemover, TarballIt, MtEmAll, ZipIt, SignIt +from actions import RemoveUnused from utils import IS_MAC, IS_WIN @@ -124,6 +125,8 @@ def main(): zi = init(ZipIt) zi.run(sorted_repos, args.nightly) else: + ru = init(RemoveUnused) + ru.run() ti = init(TarballIt) ti.run(sorted_repos, args.nightly) -- cgit v1.2.3