Beremiz.py
changeset 1741 dd94b9a68c61
parent 1740 b789b695b5c6
child 1749 d73b64672238
--- a/Beremiz.py	Tue Aug 15 15:50:30 2017 +0300
+++ b/Beremiz.py	Tue Aug 15 16:01:18 2017 +0300
@@ -23,7 +23,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
-
 import os
 import sys
 import getopt
@@ -60,7 +59,6 @@
                 wx.Yield()
                 time.sleep(0.01);
 
-
     def Usage(self):
         print "Usage:"
         print "%s [Options] [Projectpath] [Buildpath]" % sys.argv[0]