Skip to content

Commit a546278

Browse files
committed
no_margin.py test: reversing USE_PYQWT5 condition
1 parent 72fd6d0 commit a546278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qwt/tests/no_margin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from qwt.qt.QtCore import Qt
1515

1616
import os
17-
if os.environ.get('USE_PYQWT5', True):
17+
if os.environ.get('USE_PYQWT5', False):
1818
USE_PYQWT5 = True
1919
from PyQt4.Qwt5 import QwtPlot, QwtPlotCurve, QwtPlotMarker, QwtText
2020
else:

0 commit comments

Comments
 (0)