view start_server_gui.py @ 78:57887ab0df51 ornery-dev

Finishing up Controls GUI. Update Manager's GUI will see refinement later on. Getting ready to add revision controls.
author sirebral
date Sat, 22 Aug 2009 05:29:56 -0500
parents c7f04d3c76f5
children
line wrap: on
line source

#!/usr/bin/env python

#import os
import sys

import pyver
pyver.checkPyVersion()

from orpg.orpg_wx import *

if WXLOADED:
    import orpg.networking.mplay_server_gui
    app = orpg.networking.mplay_server_gui.ServerGUIApp(0)
    app.MainLoop()