mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix missing import sys
in methods.py
This commit is contained in:
parent
4d4c6c187d
commit
ea1e4bf9ac
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
import re
|
||||
import sys
|
||||
import glob
|
||||
import subprocess
|
||||
from collections import OrderedDict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue