Packaging works on linux

TODO :
Add dependencies
Create personal folder to save logs
This commit is contained in:
2012-08-02 16:32:07 +02:00
parent 9c734227fa
commit f7c31307be
4 changed files with 22 additions and 15 deletions

View File

@@ -1,9 +1,15 @@
"""
.. module:: FaceMovifier
.. module:: ivolution
:platform: Unix, Windows
:synopsis: Aims at helping you create videos of yourself over time, using photos as input. Take great pictures, FaceMovie will do the rest !
.. moduleauthor:: Julien Lengrand-Lambert <jlengrand@gmail.com>
"""
import Eye
import os
_ROOT = os.path.abspath(os.path.dirname(__file__))
def get_data(path):
return os.path.join(_ROOT, 'data', path)
print get_data('resource1/foo.txt')