Removed unnecessary pass lines and commented debugging lines

This commit is contained in:
Andrew Murray 2015-04-03 11:49:04 +11:00
parent 8193a07305
commit 540a225ea0
3 changed files with 2 additions and 4 deletions

View File

@ -225,8 +225,8 @@ def load(filename):
p = PaletteFile.PaletteFile(fp)
lut = p.getpalette()
except (SyntaxError, ValueError):
import traceback
traceback.print_exc()
#import traceback
#traceback.print_exc()
pass
if not lut:

View File

@ -9,7 +9,6 @@ class TestImageShow(PillowTestCase):
def test_sanity(self):
dir(Image)
dir(ImageShow)
pass
if __name__ == '__main__':

View File

@ -8,7 +8,6 @@ class TestImageWin(PillowTestCase):
def test_sanity(self):
dir(ImageWin)
pass
def test_hdc(self):
# Arrange