1 2 3 4 5 6 7 8 9
import os if 'UNITTEST' in os.environ: import tests try: from .module import Module except ImportError: pass