mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 15:50:41 +00:00
13 lines
186 B
Python
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 |