#!/usr/bin/python

# this is a test of what happens when you try to use py2app when you can't find a module

import Some_non_existant_module

print "This works!"

