#!/bin/env python ''' # Secondary file A program to retrieve the definition of a french word (in french language). Only the first defintion, have a look at dfr.py to the main file. ''' import sys import os if __name__ == '__main__': import sys if sys.executable: os.execlp(sys.executable, 'python', os.getcwd() + '/dfr.py', *sys.argv[1:], '-f')