summaryrefslogtreecommitdiff
path: root/test/zblog/blog.py
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2008-07-15 19:23:52 +0000
committerJason Kirtland <jek@discorporate.us>2008-07-15 19:23:52 +0000
commit8fa48edbf9d84093152aced94fc1eb7996b9827f (patch)
tree6ceb46f942f1a3b7f8994ba202fd5b02c21ec7c7 /test/zblog/blog.py
parent6917ffb9bdae19a368abef5fdbd4655fc27fcdf2 (diff)
downloadsqlalchemy-8fa48edbf9d84093152aced94fc1eb7996b9827f.tar.gz
- Removed 2.3 set emulations/enhancements.
(sets.Set-based collections & DB-API returns still work.)
Diffstat (limited to 'test/zblog/blog.py')
-rw-r--r--test/zblog/blog.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/zblog/blog.py b/test/zblog/blog.py
index 9e48a202f..4c7635430 100644
--- a/test/zblog/blog.py
+++ b/test/zblog/blog.py
@@ -1,7 +1,7 @@
-__all__ = ['Blog', 'Post', 'Topic', 'TopicAssociation', 'Comment']
-
import datetime
-from testlib.compat import *
+
+
+__all__ = ['Blog', 'Post', 'Topic', 'TopicAssociation', 'Comment']
class Blog(object):
def __init__(self, owner=None):