diff -r f527d1c3f630 -r 038eff285e00 Beremiz.py --- a/Beremiz.py Fri Oct 17 14:44:41 2008 +0200 +++ b/Beremiz.py Mon Oct 20 13:04:10 2008 +0200 @@ -55,6 +55,7 @@ sys.exit() elif len(args) == 1: projectOpen = args[0] + buildpath = None elif len(args) == 2: projectOpen = args[0] buildpath = args[1]