Clone of official tools
Diff: targets.py
- Revision:
- 27:5461402c33f8
- Parent:
- 22:9e85236d8716
- Child:
- 29:1210849dba19
--- a/targets.py Thu Aug 04 10:32:55 2016 +0100 +++ b/targets.py Mon Aug 29 10:55:24 2016 +0100 @@ -65,7 +65,7 @@ __py_targets = set() # Location of the 'targets.json' file - __targets_json_location = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'targets.json') + __targets_json_location = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'latest_targets.json') # Load the description of JSON target data @staticmethod