mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove the unused import of the deprecated imp module
This commit is contained in:
parent
db4aa52eac
commit
6fd9bc3d3e
|
@ -1,4 +1,5 @@
|
|||
import os, imp, sys
|
||||
import os
|
||||
import sys
|
||||
from datatypes import *
|
||||
import content
|
||||
import network
|
||||
|
|
Loading…
Reference in a new issue