From 6fd9bc3d3e099c300c2c13abe9b0a943e76f82fb Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Wed, 15 Aug 2018 14:43:56 +0200 Subject: [PATCH] Remove the unused import of the deprecated imp module --- datasrc/compile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datasrc/compile.py b/datasrc/compile.py index a84899c5d..d2fc2ab7d 100644 --- a/datasrc/compile.py +++ b/datasrc/compile.py @@ -1,4 +1,5 @@ -import os, imp, sys +import os +import sys from datatypes import * import content import network