/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/engine
Edit: /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/engine/threadlocal.pyc (6834B)
ó
ÃÌ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&