diff options
| -rw-r--r-- | pyramid/registry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/registry.py b/pyramid/registry.py index 7589dfcac..7b75aeefc 100644 --- a/pyramid/registry.py +++ b/pyramid/registry.py @@ -12,7 +12,7 @@ from pyramid.interfaces import ( IIntrospector, IIntrospectable, ISettings, - ) +) from pyramid.path import ( CALLER_PACKAGE, |
