From 5f5a063bee3fa8a3c6be818a9ae89a6e7f75a6fc Mon Sep 17 00:00:00 2001 From: htgoebel Date: Mon, 28 Jul 2008 20:53:06 +0000 Subject: [PATCH] Removed unused 'usage' string. git-svn-id: http://svn.pyinstaller.org/trunk@510 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- Build.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Build.py b/Build.py index 6c8bcf5..9243845 100755 --- a/Build.py +++ b/Build.py @@ -920,12 +920,6 @@ def build(spec): execfile(spec) -usage = """\ -Usage: python %s - -See doc/Tutorial.html for details. -""" - def main(specfile, configfilename): global target_platform, target_iswin, config global icon, versionInfo