From 34202166e864850e45d2ddb35542e6661da11922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 22 Mar 2016 18:00:10 +0100 Subject: [PATCH] Added missing import --- pillar/config.py.example | 3 +++ 1 file changed, 3 insertions(+) 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'