Revision 17c61836 lib/utils.py

b/lib/utils.py
1786 1786
      raise
1787 1787

  
1788 1788
def IsNormAbsPath(path):
1789
  """Check whether a path is absolute and also "normal".
1789
  """Check whether a path is absolute and also normalized
1790 1790

  
1791 1791
  This avoids things like /dir/../../other/path to be valid.
1792 1792

  

Also available in: Unified diff