# alfa.py import math,os,sys for x in os.listdir('../libreria'): if not x.startswith('alfa'): execfile('../libreria/%s' %(x))