#!/usr/bin/env python
# $Id: pyformex-viewer 693 2008-05-21 16:05:08Z bverheg $
"""A simple image viewer.

This script runs the pyFormex built in image viewer
as a standalone application. It lets you browse through
directories and display the images.
"""
from pyformex.gui import imageViewer
imageViewer.main()

# End 
