Removed sys in 'from os import sys, path'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sys
|
||||
from os import sys, path
|
||||
from os import path
|
||||
|
||||
# Actual code generation is done in Base/param_utils.py.
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"""Auto code generator for overlay widgets related parameters in Preferences/View"""
|
||||
import cog
|
||||
import inspect, sys
|
||||
from os import sys, path
|
||||
from os import path
|
||||
|
||||
# import Tools/params_utils.py
|
||||
sys.path.append(path.join(path.dirname(path.dirname(path.abspath(__file__))), "Tools"))
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# ***************************************************************************
|
||||
"""Auto code generator for preference page of Display/UI"""
|
||||
import cog, sys
|
||||
from os import sys, path
|
||||
from os import path
|
||||
|
||||
# import Tools/params_utils.py
|
||||
sys.path.append(
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# ***************************************************************************
|
||||
"""Auto code generator for parameters in Preferences/TreeView"""
|
||||
import sys
|
||||
from os import sys, path
|
||||
from os import path
|
||||
|
||||
# import Tools/params_utils.py
|
||||
sys.path.append(path.join(path.dirname(path.dirname(path.abspath(__file__))), "Tools"))
|
||||
|
||||
Reference in New Issue
Block a user