diff options
| author | John Anderson <sontek@gmail.com> | 2015-02-07 12:34:31 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-02-07 12:34:31 -0800 |
| commit | 4a86b211fe7d294d2c598b42bc80e0c150a08443 (patch) | |
| tree | 3a99e627424ea72274f398bdfa5fef092777c39b | |
| parent | 1e0d648503fd992323737c7c702be204337e1e36 (diff) | |
| download | pyramid-4a86b211fe7d294d2c598b42bc80e0c150a08443.tar.gz pyramid-4a86b211fe7d294d2c598b42bc80e0c150a08443.tar.bz2 pyramid-4a86b211fe7d294d2c598b42bc80e0c150a08443.zip | |
Remove `native_` import, not used anymore
| -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 4b2517ff1..10678df55 100644 --- a/pyramid/config/factories.py +++ b/pyramid/config/factories.py @@ -18,8 +18,6 @@ from pyramid.util import ( get_callable_name, ) -from pyramid.compat import native_ - class FactoriesConfiguratorMixin(object): @action_method |
