Add os relpath filter

pull/7902/head
Jakub Jirutka 11 years ago
parent 65a8ffef6e
commit 726a61eb43

@ -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,

Loading…
Cancel
Save