From 4c00768eaa63cabcc43149a5bfe50eeebf639de4 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Mon, 1 Dec 2008 15:42:44 +0000 Subject: And now omit the cmd_remove entirely so certain pedantic python versions are happy. git-svn-id: file:///home/or/svnrepo/updater/trunk@17428 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/packagesys/PackageSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/thandy') diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py index 04d6cd3..0145727 100644 --- a/lib/thandy/packagesys/PackageSystem.py +++ b/lib/thandy/packagesys/PackageSystem.py @@ -81,7 +81,7 @@ def getInstaller(installType, relPath, extra, defaultFormat, package): elif installType == 'command': import thandy.packagesys.ExePackages installer = thandy.packagesys.ExePackages.CommandInstaller( - relPath, extra['cmd_install'], extra['cmd_remove']) + relPath, extra['cmd_install']) else: return None -- cgit v1.2.3