#!/usr/bin/env python

import dockdev

try:
    dockdev.dockdev.main()
except Exception, e:
    print
    print str(e)
    print