Merge pull request #53925 from Anutrix/fix-unused-imports

Remove unused imports default_theme SCsub
This commit is contained in:
Rémi Verschelde 2021-10-18 07:56:36 +02:00 committed by GitHub
commit 523e0d80a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 6 deletions

View file

@ -2,7 +2,6 @@
import argparse
import os
import re
import shutil
from collections import OrderedDict

View file

@ -2,7 +2,6 @@ import os
import platform
if os.name == "nt":
import sys
import winreg

View file

@ -7,7 +7,6 @@ env_text_server_adv = env_modules.Clone()
def make_icu_data(target, source, env):
import os
dst = target[0].srcnode().abspath
@ -24,7 +23,6 @@ def make_icu_data(target, source, env):
f = open(source[0].srcnode().abspath, "rb")
buf = f.read()
import os.path
g.write('extern "C" U_EXPORT const size_t U_ICUDATA_SIZE = ' + str(len(buf)) + ";\n")
g.write('extern "C" U_EXPORT const unsigned char U_ICUDATA_ENTRY_POINT[] = {\n')

View file

@ -2,8 +2,6 @@
Import("env")
import os
import os.path
from platform_methods import run_in_subprocess
import default_theme_builders