#!/bin/sh
find src/clive -name '*.py' -depth 1 -exec file {} \;
find src/clive -name '*.py.in' -depth 1 -exec file {} \;
exit 0


