removing typo

This commit is contained in:
Roman Mogilatov 2015-03-12 12:49:54 +02:00
parent a964f55802
commit 5852d38b00

View File

@ -315,7 +315,7 @@ class Config(Provider):
if paths:
for path in paths:
value = value[path]
return valueg
return value
class _DeferredConfig(Provider):