Mercurial > traipse_dev
view start_server_gui.py @ 73:7b752c9d0c28 ornery-dev
Alias Lib is now really stable. Awesome tool! Fix to Chat Notify, plugin now sets Plugin DB settings correctly.
author | sirebral |
---|---|
date | Thu, 20 Aug 2009 08:41:29 -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()