Show
Ignore:
Timestamp:
10/02/09 12:06:14 (3 years ago)
Author:
ged
Message:

Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from Elixir
0.7

Files:
1 modified

Legend:

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

    r439 r490  
    33''' 
    44import sys 
    5  
    6 from elixir.py23compat import rsplit 
    75 
    86# default entity collection 
     
    3331        "source" entity when resolving relationship targets. 
    3432        ''' 
    35         path = rsplit(key, '.', 1) 
     33        path = key.rsplit('.', 1) 
    3634        classname = path.pop() 
    3735        if path: