#!/usr/bin/env python import os, sys mydir = os.path.dirname(__file__) output = """ """ % mydir sys.stdout.write('Length:%8x\n' % len(output)) sys.stdout.write(output)