I notice the following at the top of Twisted's twistd.py
script:
import os, sys
try:
import _preamble
except ImportError:
sys.exc_clear()
sys.path.insert(0, os.path.abspath(os.getcwd()))
What does import _preamble
do? I can't seem to find any references to it on the google-mage.