Source code for Menu

# CellTracking.py
# By MW, Jun 2013
# GPLv3+
#
# Module managing the menu in the Player

import gtk, logging, sys
sys.path.append('./bin/ImportExport/')
import ImportExport_gtk