File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
from optparse import OptionParser
22
22
import json
23
23
from shutil import copy
24
+ from past .builtins import basestring
24
25
25
26
# Be sure that the tools directory is in the search path
26
27
ROOT = abspath (join (dirname (__file__ ), ".." ))
Original file line number Diff line number Diff line change 24
24
import copy
25
25
from shutil import rmtree , copyfile
26
26
import zipfile
27
+ from past .builtins import basestring
27
28
28
29
from ..resources import Resources , FileType , FileRef
29
30
from ..config import ALLOWED_FEATURES
Original file line number Diff line number Diff line change 29
29
from copy import copy
30
30
from yaml import dump_all
31
31
import argparse
32
+ from past .builtins import basestring
32
33
33
34
from tools .targets import Target , set_targets_json_location , TARGET_MAP
34
35
@@ -274,4 +275,3 @@ def main():
274
275
275
276
if __name__ == "__main__" :
276
277
sys .exit (main ())
277
-
You can’t perform that action at this time.
0 commit comments