#!/usr/local/bin/python2.7
# -*- coding: utf-8 -*-

import sys
import cdiff

sys.exit(cdiff.main())

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