diff run @ 4:b34cc91f003d

A convenient run script & __init__.py file
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Sat, 12 Aug 2006 21:04:45 -0400
parents
children 860c891de6bb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run	Sat Aug 12 21:04:45 2006 -0400
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+
+import sys
+
+sys.path.insert(0, "")
+
+from vixm import ui
+
+ui.run()
+