mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Remove the unused import of the deprecated imp module
(cherry picked from commit 6fd9bc3d3e
)
This commit is contained in:
parent
b739536e67
commit
883c28e4d2
|
@ -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