From d134fb8f27b0bbadf3a3b2cf78ade6420ee0d60c Mon Sep 17 00:00:00 2001 From: Manu Hortet Date: Mon, 8 Oct 2018 14:27:02 +0200 Subject: [PATCH] add __init__.py to commons package imports from commons.Utils on first two exercises won't work without this --- commons/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 commons/__init__.py diff --git a/commons/__init__.py b/commons/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/commons/__init__.py @@ -0,0 +1 @@ +