Remove unrunnable code

This commit is contained in:
hugovk 2017-02-19 11:30:16 +02:00 committed by wiredfool
parent c05099f45c
commit e6864d16a8

View File

@ -21,7 +21,6 @@ if ImageQt.qt_is_installed:
from PySide.QtGui import QWidget, QHBoxLayout, QLabel, QApplication
QT_VERSION = 4
class TestToQImage(PillowQtTestCase, PillowTestCase):
def test_sanity(self):
@ -86,15 +85,5 @@ if ImageQt.qt_is_installed:
lbl.setPixmap(pixmap1.copy())
def main():
app = QApplication(sys.argv)
ex = Example()
sys.exit(app.exec_())
if __name__ == '__main__':
unittest.main()