Commit aa57e75f by Michael DeHaan

Merge pull request #4504 from eggsby/realpath

Adding os realpath filter.
parents 79071aee ca7e2d28
......@@ -120,6 +120,7 @@ class FilterModule(object):
# path
'basename': os.path.basename,
'dirname': os.path.dirname,
'realpath': os.path.realpath,
# failure testing
'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