File: //proc/self/root/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/engine/threadlocal.pyc
�
��4]c @ sh d Z d d l Z d d l m Z d d l m Z d e j f d � � YZ d e j f d
� � YZ d S( s8 Provides a thread-local transactional wrapper around the root Engine class.
The ``threadlocal`` module is invoked when using the
``strategy="threadlocal"`` flag with :func:`~sqlalchemy.engine.create_engine`.
This module is semi-private and is invoked automatically when the threadlocal
engine strategy is used.
i����Ni ( t basei ( t utilt TLConnectionc B s, e Z d � Z d � Z d � Z d � Z RS( c O s&