Removed tearDownModule from Test import

This commit is contained in:
Josh Ware 2014-08-26 13:22:53 +10:00 committed by wiredfool
parent 94194ed248
commit b07baf4549

2
Tests/test_jp2k_leaks.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
from helper import unittest, PillowTestCase, tearDownModule
from helper import unittest, PillowTestCase
import sys
from PIL import Image
from io import BytesIO