summaryrefslogtreecommitdiff
path: root/nose/importer.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-24 04:27:31 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-24 04:27:31 +0000
commit984bf51c327831a5c5a6807523be03ae56d8482a (patch)
tree3fa2f1f43084c0cfc9cf23b59789043be104c7b7 /nose/importer.py
parentccb4cd753ac7b9af614e053de2729386e49a455f (diff)
downloadnose-984bf51c327831a5c5a6807523be03ae56d8482a.tar.gz
MERGE trunk r10:r196 into 0.10-dev branch: some tests now fail
Diffstat (limited to 'nose/importer.py')
-rw-r--r--nose/importer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nose/importer.py b/nose/importer.py
index 01735dd..d247230 100644
--- a/nose/importer.py
+++ b/nose/importer.py
@@ -4,6 +4,8 @@ necessary because test modules in different directories frequently have the
same names, which means that the first loaded would mask the rest when using
the builtin importer.
"""
+from __future__ import generators
+
import logging
import os
import sys