]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Jul 2005 02:58:53 +0000 (02:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Jul 2005 02:58:53 +0000 (02:58 +0000)
lib/sqlalchemy/util.py

index 0ef799c0c627672c58a980a68451bde396856347..488cdee2b9ff197165fceaf91e8ab3f3da835fc7 100644 (file)
@@ -101,3 +101,5 @@ class ThreadLocal(object):
     def __setattr__(self, key, value):
         object.__getattribute__(self, 'tdict')["%d_%s" % (thread.get_ident(), key)] = value
         
+
+