1
0
Fork 0
forked from github/pelican

Remove unused modules/variables from tests

This commit is contained in:
Kevin Yap 2014-11-03 20:30:54 -08:00
commit 95860c6b1b
4 changed files with 1 additions and 5 deletions

View file

@ -123,8 +123,6 @@ class TestPelican(LoggedTestCase):
locale_available('French'), 'French locale needed')
def test_custom_locale_generation_works(self):
'''Test that generation with fr_FR.UTF-8 locale works'''
old_locale = locale.setlocale(locale.LC_TIME)
if sys.platform == 'win32':
our_locale = str('French')
else: