diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-01-19 00:53:12 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-01-19 00:53:12 +0000 |
commit | 40f8aadd582776524d3b98da1f577c2fc95619e7 (patch) | |
tree | 753eec3802734f397953976824a252bb60829189 /examples/beaker_caching/helloworld.py | |
parent | 56fe538cc7d81ce264fc6504feb1ead5e17d0f55 (diff) | |
download | sqlalchemy-40f8aadd582776524d3b98da1f577c2fc95619e7.tar.gz |
- mega example cleanup
- added READMEs to all examples in each __init__.py and added to sphinx documentation
- added versioning example
- removed vertical/vertical.py, the dictlikes are more straightforward
Diffstat (limited to 'examples/beaker_caching/helloworld.py')
-rw-r--r-- | examples/beaker_caching/helloworld.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/beaker_caching/helloworld.py b/examples/beaker_caching/helloworld.py index 33454cf80..3d37777d7 100644 --- a/examples/beaker_caching/helloworld.py +++ b/examples/beaker_caching/helloworld.py @@ -4,7 +4,7 @@ Illustrate how to load some data, and cache the results. """ -import __init__ # if running as a script +import environment from model import Person from meta import Session, FromCache |