Commit 726a61eb by Jakub Jirutka

Add os relpath filter

parent 65a8ffef
...@@ -226,6 +226,7 @@ class FilterModule(object): ...@@ -226,6 +226,7 @@ class FilterModule(object):
'dirname': os.path.dirname, 'dirname': os.path.dirname,
'expanduser': os.path.expanduser, 'expanduser': os.path.expanduser,
'realpath': os.path.realpath, 'realpath': os.path.realpath,
'relpath': os.path.relpath,
# failure testing # failure testing
'failed' : failed, 'failed' : failed,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment