in tsqa/environment.py [0:0]
def create(self):
"""
"""
if self.layout is None:
self.layout = Layout(tempfile.mkdtemp())
else:
os.makedirs(self.layout.prefix)
# Make any other directories we need.
os.makedirs(os.path.join(self.layout.sysconfdir, "body_factory"))