import os
whereami = os.path.dirname(__file__)
if os.path.isabs(__file__):
    whereami2 = os.path.dirname(__file__)
else:
    whereami2 = os.path.join(os.getcwd(), os.path.dirname(__file__))

