From 29335d872898255421538d468c7ee8e2ca4b43e5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 5 Apr 2012 19:40:36 +0200 Subject: [PATCH] Remove invalid function decorator. --- python/pakfire/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pakfire/base.py b/python/pakfire/base.py index c9a8b4e67..710494cd1 100644 --- a/python/pakfire/base.py +++ b/python/pakfire/base.py @@ -227,7 +227,6 @@ class Pakfire(object): raise BuildError, arch - @staticmethod def check_is_ipfire(self): ret = os.path.exists("/etc/ipfire-release") -- 2.39.5