Remove the unused import of the deprecated imp module

(cherry picked from commit 6fd9bc3d3e)
This commit is contained in:
heinrich5991 2018-08-15 14:43:56 +02:00
parent b739536e67
commit 883c28e4d2

View file

@ -1,4 +1,5 @@
import os, imp, sys
import os
import sys
from datatypes import *
import content
import network