Ejemplo n.º 1
0
 def test_sanity(self):
     Image.open(path)
     try:
         locale.setlocale(locale.LC_ALL, "polish")
     except:
         unittest.skip('Polish locale not available')
     Image.open(path)
Ejemplo n.º 2
0
 def test_sanity(self):
     Image.open(path)
     try:
         locale.setlocale(locale.LC_ALL, "polish")
     except:
         unittest.skip('Polish locale not available')
     Image.open(path)