#!/usr/bin/env python

from gcpds.distutils import Distutils
import os

Distutils(os.getcwd())
