From a428fcdb72faa732366fef584ae3b118190b0d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 14 Jul 2010 11:13:01 +0200 Subject: Retab. --- pym/repoman/checks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pym/repoman') diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index b0d8b0bf0..ec8e91324 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -389,10 +389,10 @@ class NoAsNeeded(LineCheck): error = errors.NO_AS_NEEDED class PreserveOldLib(LineCheck): - """Check for calls to the preserve_old_lib function.""" - repoman_check_name = 'upstream.workaround' - re = re.compile(r'.*preserve_old_lib') - error = errors.PRESERVE_OLD_LIB + """Check for calls to the preserve_old_lib function.""" + repoman_check_name = 'upstream.workaround' + re = re.compile(r'.*preserve_old_lib') + error = errors.PRESERVE_OLD_LIB class DeprecatedBindnowFlags(LineCheck): """Check for calls to the deprecated bindnow-flags function.""" -- cgit v1.2.3-1-g7c22