diff options
author | Modestas Vainius <modestas@vainius.eu> | 2009-06-29 19:34:05 +0300 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2009-06-30 00:53:07 +0300 |
commit | 4769644604ccd4a49ca242e3461fffdc37927f1d (patch) | |
tree | 3198400ffb5e71493f888ec4d1e45d5645d00713 /Debian/Debhelper/Buildsystem/python_distutils.pm | |
parent | c8ad61cdba0348c1d1ea1000b99ba83496b71bf1 (diff) |
Rename _canonpath to canonpath.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Diffstat (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm')
-rw-r--r-- | Debian/Debhelper/Buildsystem/python_distutils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 73ac2e3..bb50257 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -18,7 +18,7 @@ sub DESCRIPTION { sub DEFAULT_BUILD_DIRECTORY { my $this=shift; - return $this->_canonpath($this->get_sourcepath("build")); + return $this->canonpath($this->get_sourcepath("build")); } sub new { |