diff options
| author | Karel Kočí <cynerd@email.cz> | 2015-04-17 09:55:53 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2015-04-17 09:55:53 +0200 | 
| commit | a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8 (patch) | |
| tree | 8ce4e0e3ac2470b40af3fa8c4df98584448b3d4b /scripts/solution.py | |
| parent | b81979aaea68da39fdf41bd82469f4d6b8201827 (diff) | |
| download | linux-conf-perf-a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8.tar.gz linux-conf-perf-a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8.tar.bz2 linux-conf-perf-a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8.zip | |
Remove usage of .config fragment file
Diffstat (limited to 'scripts/solution.py')
| -rw-r--r-- | scripts/solution.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/scripts/solution.py b/scripts/solution.py index 880b988..21e1cea 100644 --- a/scripts/solution.py +++ b/scripts/solution.py @@ -90,10 +90,6 @@ def apply():  	# Write solution to .config file in linux source folder  	with open(conf.linux_sources + '/.config', 'w') as f: -		with open(conf.dot_config_fragment_file, 'r') as fconf: -			for line in fconf: -				f.write(line) -  		for txt in solut:  			if txt[0] == '-':  				nt = True | 
