view 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 source

#!/usr/bin/python

import sys

sys.path.insert(0, "")

from vixm import ui

ui.run()