Show
Ignore:
Timestamp:
10/22/07 10:38:44 (6 years ago)
Author:
ged
Message:

we are moving from pudge to apydia:

find -name "*.py" -exec sed -i "s/pudge/doc/g" {} \;

Files:
1 modified

Legend:

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

    r223 r224  
    5151           sqlalchemy.types.__all__ 
    5252 
    53 __pudge_all__ = ['create_all', 'drop_all', 
     53__doc_all__ = ['create_all', 'drop_all', 
    5454                 'setup_all', 'cleanup_all', 
    5555                 'metadata', 'session']