sub get_python()

in lib/Debian/Debhelper/Buildsystem/dh_virtualenv.pm [52:55]


sub get_python {
    my $this = shift;
    return $this->get_exec("python");
}