summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/LongFilePathOsPath.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/Common/LongFilePathOsPath.py')
-rw-r--r--BaseTools/Source/Python/Common/LongFilePathOsPath.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Common/LongFilePathOsPath.py b/BaseTools/Source/Python/Common/LongFilePathOsPath.py
index cb89b1b813..0bba446419 100644
--- a/BaseTools/Source/Python/Common/LongFilePathOsPath.py
+++ b/BaseTools/Source/Python/Common/LongFilePathOsPath.py
@@ -49,3 +49,5 @@ dirname = os.path.dirname
islink = os.path.islink
isabs = os.path.isabs
realpath = os.path.realpath
+relpath = os.path.relpath
+pardir = os.path.pardir