Merge pull request #4504 from eggsby/realpath

Adding os realpath filter.
This commit is contained in:
Michael DeHaan
2013-10-14 16:46:53 -07:00

View File

@@ -120,6 +120,7 @@ class FilterModule(object):
# path
'basename': os.path.basename,
'dirname': os.path.dirname,
'realpath': os.path.realpath,
# failure testing
'failed' : failed,