https://github.com/samtuhka/pupil
Raw File
Tip revision: 47dad8404672eb04673a456c40efc5b3581d9881 authored by Will Patera on 05 January 2016, 06:50:46 UTC
updating pupil capture and pupil player icons.
Tip revision: 47dad84
version.py
'''
(*)~----------------------------------------------------------------------------------
 Pupil - eye tracking platform
 Copyright (C) 2012-2016  Pupil Labs

 Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0).
 License details are in the file license.txt, distributed as part of this software.
----------------------------------------------------------------------------------~(*)
'''
import sys,os
sys.path.append(os.path.join('../', 'pupil_src', 'shared_modules'))
from version_utils import *
back to top