Show
Ignore:
Timestamp:
02/27/07 15:58:51 (6 years ago)
Author:
ged
Message:

added comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/__init__.py

    r70 r73  
    4646 
    4747try: 
     48    # this only happens when the threadlocal extension is used 
    4849    objectstore = sqlalchemy.objectstore 
    4950except AttributeError: