#!/usr/bin/env python3.6

import os; activate_this=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'activate_this.py'); exec(compile(open(activate_this).read(), activate_this, 'exec'), dict(__file__=activate_this)); del os, activate_this

# -*- coding: utf-8 -*-

import sys
import ydiff

sys.exit(ydiff.main())

# vim:set et sts=4 sw=4 tw=79: