Comment ajouter un répertoire basé sur le répertoire actuel Python

import sys
sys.path.append(os.path.abspath('../'))
Perro Fiel