From f9e7f62d4d8fd4cd2a0d47fcafe9eca78771f798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 8 Mar 2010 12:09:32 +0000 Subject: [PATCH] api: Remove unused variable --- pisi/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pisi/api.py b/pisi/api.py index 30e21d34..f47ea2aa 100644 --- a/pisi/api.py +++ b/pisi/api.py @@ -926,7 +926,6 @@ def clearCache(all=False): name, full_version = util.parse_package_name(f) version, release, build = pisi.util.split_version(full_version) - version = Version(version) release = int(release) if build: build = int(build)