Files
Ivolution/test/context.py
2012-04-24 22:40:24 +02:00

13 lines
186 B
Python

'''
Created on 24 avr. 2012
@author: jll
'''
# Used to import the facemovie package in a painless way
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import facemovie