#!/usr/bin/env python
# -*- coding: utf-8 -*-

#
# simple script to call imageviewer app
# 2015-05-21
#

import felapps
felapps.imageviewer.run(maximize = True,logon = False, debug = False)
