Beremiz.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3793 9958cf865da0
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    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 
    24 
    25 
    25 
    26 
       
    27 
       
    28 import os
    26 import os
    29 import sys
    27 import sys
    30 import getopt
    28 import getopt
    31 from past.builtins import execfile
       
    32 
    29 
    33 import wx
    30 import wx
    34 from wx.lib.agw.advancedsplash import AdvancedSplash, AS_NOTIMEOUT, AS_CENTER_ON_SCREEN
    31 from wx.lib.agw.advancedsplash import AdvancedSplash, AS_NOTIMEOUT, AS_CENTER_ON_SCREEN
    35 
    32 
    36 import util.paths as paths
    33 import util.paths as paths