#!/usr/bin/env python
import dscan, sys, os

p = os.path.dirname(dscan.__file__)
sys.path.append(p)
os.chdir(p)

import droopescan
droopescan.main()
