#!/usr/bin/env python SHOW_ERROR = True if SHOW_ERROR: from test import pystone pystone.main(10) else: from test import pystone pystone.main()