Skip to content

Commit

Permalink
move target description from tools into hal where the target code lives
Browse files Browse the repository at this point in the history
  • Loading branch information
sg- committed May 28, 2016
1 parent 60c862c commit d94627e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion workspace_tools/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def to_ascii(input):
@staticmethod
@cached
def get_json_target_data():
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "targets.json"), "rt") as f:
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../hal/targets.json"), "rt") as f:
return Target.to_ascii(json.load(f))

# Get the members of this module using Python's "inspect" module
Expand Down

0 comments on commit d94627e

Please sign in to comment.