diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-31 07:20:13 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-31 07:20:13 +0000 |
| commit | d929ae8d90174a270ee708279ff9c831f9d3193e (patch) | |
| tree | dd8f931a75b031793e17c4a0817af2520573ca26 /test/proxy_engine.py | |
| parent | 90ffb177ed88cac43d4c3cbdc568d0d0a93fd579 (diff) | |
| download | sqlalchemy-d929ae8d90174a270ee708279ff9c831f9d3193e.tar.gz | |
introducing...the mods package ! the SelectResults thing moves as the first mod
Diffstat (limited to 'test/proxy_engine.py')
| -rw-r--r-- | test/proxy_engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_engine.py b/test/proxy_engine.py index cd01272b5..170e526d9 100644 --- a/test/proxy_engine.py +++ b/test/proxy_engine.py @@ -96,7 +96,7 @@ class ThreadProxyTest(PersistTest): try: trans = objectstore.begin() - all = User.select()[:].list() + all = User.select()[:] assert all == [] u = User() |
