changeset 3450:bec99ae5bac5

fixes for imports and typo fix
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Wed, 09 May 2007 23:46:52 -0300
parents 7619d58468a3
children a726a656f0b8
files bin/cygwin-packager
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/cygwin-packager	Wed May 09 01:23:02 2007 -0300
+++ b/bin/cygwin-packager	Wed May 09 23:46:52 2007 -0300
@@ -25,7 +25,14 @@
 import optparse
 import os
 import sys
+
+
+sys.path.insert (0, 'lib') ## for versiondb
 sys.path.insert (0, '.')
+
+
+
+
 #
 from gub import context
 from gub import gup
@@ -326,7 +333,7 @@
 def main ():
     (options, commands) = parse_command_line ()
     options.platform = 'cygwin'
-    settings = gub.settings.Settins (options)
+    settings = gub.settings.Settings (options)
     # We want to be able to specify a build number for cygwin packages
     # that are not distributed on lp.org
     settings.build = options.build