#!/usr/bin/python

# Run main veusz python script
# This is licenced under the GNU General Public Licence, v2 or greater
# see the file COPYING for details

# $Id: veusz 386 2006-06-11 13:40:48Z jeremysanders $

import veusz.veusz_main
veusz.veusz_main.run()
