From 4769644604ccd4a49ca242e3461fffdc37927f1d Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Mon, 29 Jun 2009 19:34:05 +0300 Subject: Rename _canonpath to canonpath. Signed-off-by: Modestas Vainius --- Debian/Debhelper/Buildsystem/python_distutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem') diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 73ac2e30..bb502573 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 { -- cgit v1.2.3