Beremiz.py
changeset 1730 64d8f52bc8c8
parent 1680 6db967480b7d
child 1732 94ffe74e6895
--- a/Beremiz.py	Fri Aug 11 15:18:19 2017 +0300
+++ b/Beremiz.py	Mon Aug 14 19:13:01 2017 +0300
@@ -60,14 +60,14 @@
 
     def Usage(self):
         print "Usage:"
-        print "%s [Options] [Projectpath] [Buildpath]"%sys.argv[0]        
+        print "%s [Options] [Projectpath] [Buildpath]"%sys.argv[0]
         print ""
         print "Supported options:"
         print "-h --help                    Print this help"
         print "-u --updatecheck URL         Retrieve update information by checking URL"
         print "-e --extend PathToExtension  Extend IDE functionality by loading at start additional extensions"
         print ""
-        print ""        
+        print ""
 
     def SetCmdOptions(self):
         self.shortCmdOpts = "hu:e:"