3 |
|
|
4 |
# $Id$ |
# $Id$ |
5 |
# $Log$ |
# $Log$ |
6 |
|
# Revision 1.6 2004/08/30 13:01:47 joko |
7 |
|
# U prepend "libs"-dir to path |
8 |
|
# |
9 |
# Revision 1.5 2004/08/27 03:22:30 joko |
# Revision 1.5 2004/08/27 03:22:30 joko |
10 |
# start singleton instance of FraggleEngine here |
# start singleton instance of FraggleEngine here |
11 |
# |
# |
57 |
EVT_MENU(self, wxID_FRAGGLEVIEWPORTMENU2ABOUT, self.OnMenu2items1Menu) |
EVT_MENU(self, wxID_FRAGGLEVIEWPORTMENU2ABOUT, self.OnMenu2items1Menu) |
58 |
|
|
59 |
def main(): |
def main(): |
60 |
sys.path.append(os.path.join(APPLOCATION, '..', 'libs')) |
sys.path.insert(0, os.path.join(APPLOCATION, '..', 'libs')) |
61 |
global engine |
global engine |
62 |
engine = FraggleEngine() |
engine = FraggleEngine() |
63 |
application = BoaApp(0) |
application = BoaApp(0) |