From 2ecdd02d243edb757b54f0c4b9f55c63108d980f Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 10 Jul 2017 18:44:05 +0200 Subject: [PATCH] import contextlib, random Also on line 239, where is `parse()` defined and on line 241, where is `update_my_state()` defined? --- misc/demo-journal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/demo-journal.py b/misc/demo-journal.py index ff76636..cdc6c9f 100644 --- a/misc/demo-journal.py +++ b/misc/demo-journal.py @@ -1,4 +1,4 @@ -import os, sys, json +import os, sys, json, contextlib, random from twisted.internet import task, defer, endpoints from twisted.application import service, internet from twisted.web import server, static, resource