diff options
| author | John Wu <webmaster@leapoahead.com> | 2017-11-09 10:58:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-09 10:58:56 -0800 |
| commit | 3edad52fcf54b33dc118da58e8694df8097f9e9b (patch) | |
| tree | 619bc9c3f9c5e1d2202ce477768b8c4e942ac6e8 | |
| parent | 5ce3e89fd7f001143df940467591a39e04962dad (diff) | |
| download | pyramid-3edad52fcf54b33dc118da58e8694df8097f9e9b.tar.gz pyramid-3edad52fcf54b33dc118da58e8694df8097f9e9b.tar.bz2 pyramid-3edad52fcf54b33dc118da58e8694df8097f9e9b.zip | |
Minor fix - Indentation issue
| -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, |
