Skip to content

Commit

Permalink
removing all references to bt_tools_common
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
  • Loading branch information
ct2034 committed Aug 13, 2024
1 parent 7a4e56a commit e4f4da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion bt_live/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<exec_depend>python3-django</exec_depend> <!-- TODO -->

<exec_depend>bt_tools_common</exec_depend>
<exec_depend>bt_view</exec_depend>
<exec_depend>btlib</exec_depend>

Expand Down
4 changes: 2 additions & 2 deletions bt_live/src/bt_live/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def data(request):

def favicon_png(request):
with open(os.path.join(
get_package_share_directory('bt_tools_common'),
# get_package_share_directory(''), TODO
'doc',
'logo32p.png'
), 'rb') as f:
Expand All @@ -95,7 +95,7 @@ def favicon_png(request):

def favicon_svg(request):
with open(os.path.join(
get_package_share_directory('bt_tools_common'),
# get_package_share_directory(''), TODO
'doc',
'logo.svg'
), 'rb') as f:
Expand Down

0 comments on commit e4f4da1

Please sign in to comment.