1import sys
2import os
3
4sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
5
6import pkg_resources
7pkg_resources.require('Paste')
8