summaryrefslogtreecommitdiff
path: root/test/ex/test_examples.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-08-09 20:50:46 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-08-09 20:50:46 +0000
commite7241263aa9db24885b41984b85300178428a60c (patch)
tree7c2e9a8bbab97e390d02b13865db5a68d166995a /test/ex/test_examples.py
parent7974625e8b86a28f3ac81c3c620df9b2801b133d (diff)
downloadsqlalchemy-e7241263aa9db24885b41984b85300178428a60c.tar.gz
python3k fixes
Diffstat (limited to 'test/ex/test_examples.py')
-rw-r--r--test/ex/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ex/test_examples.py b/test/ex/test_examples.py
index 7724f90a4..e7ae33cc8 100644
--- a/test/ex/test_examples.py
+++ b/test/ex/test_examples.py
@@ -45,7 +45,7 @@ class ExamplesTest(TestBase):
# ensure that examples with external dependencies are not run if those dependencies are
# not present (i.e. elementtree, postgis)
def test_examples(self):
- pass
+ pass
#for module in find_modules():
# check_import.description = module
# yield check_import, module