Skip to content

Commit

Permalink
remove readlink (#9649)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Mar 30, 2023
1 parent 608d731 commit 097af18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
4 changes: 1 addition & 3 deletions tools/pip_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
import sys
import tempfile

import readlink


def find_tools_path():
return os.path.dirname(readlink.main(__file__))
return os.path.dirname(os.path.realpath(__file__))


def call_with_print(command, env=None):
Expand Down
17 changes: 0 additions & 17 deletions tools/readlink.py

This file was deleted.

0 comments on commit 097af18

Please sign in to comment.