mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Fix the remaining two style issues in britney2/__init__.py
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
		
							parent
							
								
									e0b46e5196
								
							
						
					
					
						commit
						caf83b9357
					
				@ -2,6 +2,7 @@ import logging
 | 
			
		||||
from collections import namedtuple
 | 
			
		||||
from enum import Enum, unique
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class DependencyType(Enum):
 | 
			
		||||
    DEPENDS = ('Depends', 'depends', 'dependency')
 | 
			
		||||
    # BUILD_DEPENDS includes BUILD_DEPENDS_ARCH
 | 
			
		||||
@ -216,7 +217,8 @@ class SourcePackage(object):
 | 
			
		||||
    __slots__ = ['version', 'section', 'binaries', 'maintainer', 'is_fakesrc', 'build_deps_arch', 'build_deps_indep',
 | 
			
		||||
                 'testsuite', 'testsuite_triggers']
 | 
			
		||||
 | 
			
		||||
    def __init__(self, version, section, binaries, maintainer, is_fakesrc, build_deps_arch, build_deps_indep, testsuite, testsuite_triggers):
 | 
			
		||||
    def __init__(self, version, section, binaries, maintainer, is_fakesrc, build_deps_arch, build_deps_indep,
 | 
			
		||||
                 testsuite, testsuite_triggers):
 | 
			
		||||
        self.version = version
 | 
			
		||||
        self.section = section
 | 
			
		||||
        self.binaries = binaries
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,6 @@ def should_skip_codestyle():
 | 
			
		||||
 | 
			
		||||
EXCEPTIONS_BY_FILE = {
 | 
			
		||||
    'britney.py': 32,
 | 
			
		||||
    'britney2/__init__.py': 2,
 | 
			
		||||
    'britney2/excuse.py': 5,
 | 
			
		||||
    'britney2/hints.py': 8,
 | 
			
		||||
    'britney2/installability/tester.py': 4,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user