#! /usr/bin/python3 -sP

import subprocess
import sys

sys.exit(subprocess.call(["/usr/share/nemo-terminal/nemo-terminal-prefs.py"]))
