Beremiz.py
changeset 1741 dd94b9a68c61
parent 1740 b789b695b5c6
child 1749 d73b64672238
equal deleted inserted replaced
1740:b789b695b5c6 1741:dd94b9a68c61
    19 # GNU General Public License for more details.
    19 # GNU General Public License for more details.
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
       
    25 
    24 
    26 
    25 
    27 import os
    26 import os
    28 import sys
    27 import sys
    29 import getopt
    28 import getopt
    57             self.splash.ProcessEvent(wx.PaintEvent())
    56             self.splash.ProcessEvent(wx.PaintEvent())
    58         else:
    57         else:
    59             for i in range(0, 30):
    58             for i in range(0, 30):
    60                 wx.Yield()
    59                 wx.Yield()
    61                 time.sleep(0.01);
    60                 time.sleep(0.01);
    62 
       
    63 
    61 
    64     def Usage(self):
    62     def Usage(self):
    65         print "Usage:"
    63         print "Usage:"
    66         print "%s [Options] [Projectpath] [Buildpath]" % sys.argv[0]
    64         print "%s [Options] [Projectpath] [Buildpath]" % sys.argv[0]
    67         print ""
    65         print ""