https://github.com/samtuhka/pupil
Raw File
Tip revision: 0e81e3d91a5fb85d908b392f007cefb7583c275c authored by Moritz Kassner on 04 January 2016, 16:30:39 UTC
increased the nitrate and decreased the tolerance for av writer.
Tip revision: 0e81e3d
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