#! /usr/bin/python3 -sP

import subprocess
import sys

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