#!/usr/bin/env python2
#
# Copyright (C) 2015-2017 Red Hat, Inc.
#   This copyrighted material is made available to anyone wishing to use,
#  modify, copy, or redistribute it subject to the terms and conditions of
#  the GNU General Public License v.2.
#
#   This application is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#   General Public License for more details.
#
# Authors:
#   Guy Streeter <guy.streeter@gmail.com>
#

from pianofish import pianofish_gui

if False:  # TODO: for uninstalled testing
    import os
    import sys
    mypath = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
    sys.path.append(mypath)
    os.environ['GSETTINGS_SCHEMA_DIR'] = mypath

pianofish_gui.run()
