Remove redundant LESS_COMPILER setting

This commit is contained in:
Meir Kriheli 2012-04-28 03:25:54 +03:00
commit f558389006
5 changed files with 11 additions and 8 deletions

View file

@ -68,7 +68,6 @@ class TestLessCSSGenerator(unittest.TestCase):
settings = _DEFAULT_CONFIG.copy()
settings['STATIC_PATHS'] = ['static']
settings['LESS_GENERATOR'] = True
settings['LESS_COMPILER'] = 'lessc'
# we'll nest here for py < 2.7 compat
with temporary_folder() as temp_content: