diff --git a/pillar/config.py.example b/pillar/config.py.example index 68301e72..2cf353b3 100644 --- a/pillar/config.py.example +++ b/pillar/config.py.example @@ -1,3 +1,6 @@ +from collections import defaultdict + + class Development(object): PORT = 5000 HOST = '0.0.0.0'