Pythonで自身のディレクトリパスを取得

import os
print os.path.dirname(os.path.abspath(__file__))