method: path.svnurl.__ne__

*Not documented*
    def __ne__(self, other):

origin: SvnPathBase

where:

function source:

def __ne__(self, other):
    return not self == other

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.svnurl.__ne__.0

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.svnurl.__ne__.1

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.svnurl.__ne__.2

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.svnurl.__ne__.3

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.svnurl.__ne__.4

called in /home/johnny/projects/merlinux/py/dist/py/path/common.py

traceback path.svnurl.__ne__.5