From 932b3aabec22476257253af03318c8bd4f2b9808 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Tue, 17 Mar 2009 04:17:42 +0000 Subject: [PATCH] oops somehow this got missing from svn? --- gfceux | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 gfceux diff --git a/gfceux b/gfceux new file mode 100755 index 00000000..ebb19d37 --- /dev/null +++ b/gfceux @@ -0,0 +1,13 @@ +#!/usr/bin/env python +# +# GTK2 GUI for FCE UltraX +# +# Lukas Sabota +# +# + +from gfceux import main + +app = main.GfceuxApp() + +