diff options
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 |