Remove the unused import of the deprecated imp module

This commit is contained in:
heinrich5991 2018-08-15 14:43:56 +02:00
parent db4aa52eac
commit 6fd9bc3d3e

View file

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