1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove multiprocessing from imports in SConstruct

Rationale: unused import, also prevented scons from building on my
setup.
This commit is contained in:
Thomas Sigurdsen
2014-12-03 17:36:29 +01:00
parent 8ad12525a9
commit c981f5409f

View File

@@ -6,7 +6,6 @@ import os.path
import glob
import sys
import methods
import multiprocessing
methods.update_version()