#! python3 # -*- coding: utf-8 -*- # Auto-Wrapper fuer View-Mode 'material'. import sys, os sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) import dossier_view_mode dossier_view_mode._apply("material")