mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Remove obsolete 'import sys' from python script
This commit is contained in:
parent
1ed6aeca5e
commit
e11185638f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import sys, json, os
|
||||
import json, os
|
||||
from PIL import Image
|
||||
|
||||
colors = {}
|
||||
|
|
Loading…
Reference in a new issue