You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove multiprocessing from imports in SConstruct
Rationale: unused import, also prevented scons from building on my setup.
This commit is contained in:
@@ -6,7 +6,6 @@ import os.path
|
|||||||
import glob
|
import glob
|
||||||
import sys
|
import sys
|
||||||
import methods
|
import methods
|
||||||
import multiprocessing
|
|
||||||
|
|
||||||
methods.update_version()
|
methods.update_version()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user