Revision a7ca48a5f8f4820308b8254554de0fb7cdbf03ae authored by Moritz Kassner on 04 May 2016, 20:02:32 UTC, committed by Moritz Kassner on 04 May 2016, 20:02:32 UTC
1 parent cbea9f3
Raw File
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