Added missing import

This commit is contained in:
2016-03-22 18:00:10 +01:00
parent fc11502916
commit 34202166e8

View File

@@ -1,3 +1,6 @@
from collections import defaultdict
class Development(object): class Development(object):
PORT = 5000 PORT = 5000
HOST = '0.0.0.0' HOST = '0.0.0.0'