diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 18:18:49 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 18:18:49 -0400 |
| commit | def086c61678a0b17727ab8cba191b286bf0e475 (patch) | |
| tree | 4413ed7d59b8592263b17ae2bf8c767319009da6 | |
| parent | b9595cd2578fa1cbc2b817c9cd9c4bc93c9508b8 (diff) | |
| download | pyramid-def086c61678a0b17727ab8cba191b286bf0e475.tar.gz pyramid-def086c61678a0b17727ab8cba191b286bf0e475.tar.bz2 pyramid-def086c61678a0b17727ab8cba191b286bf0e475.zip | |
unused imports
| -rw-r--r-- | pyramid/config/factories.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/config/factories.py b/pyramid/config/factories.py index e46519bf5..01b1fb22e 100644 --- a/pyramid/config/factories.py +++ b/pyramid/config/factories.py @@ -1,11 +1,9 @@ from zope.interface import implementer -from pyramid.compat import iteritems_ from pyramid.config.util import action_method from pyramid.interfaces import ( IDefaultRootFactory, - INewRequest, IRequestFactory, IRequestExtensions, IRootFactory, |
