Skip to content

Commit abb7908

Browse files
committed
Moved examples to qwt/tests
So that they are available in the GUI-based test launcher
1 parent 14feb43 commit abb7908

17 files changed

+31
-12
lines changed

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ of the MIT License (see [*] and [**]).
1515

1616
[3] Software licensed under the terms of PyQwt License
1717

18-
Some files under the "examples" folder at the root directory of the source
19-
package were derived from PyQwt PyQt4 examples and are thus distributed under
20-
the terms of the GPL License from which the PyQwt License 1.0 is derived from
18+
Some files under the "tests" subfolder of the main Python package directory
19+
were derived from PyQwt PyQt4 examples and are thus distributed under the
20+
terms of the GPL License from which the PyQwt License 1.0 is derived from
2121
(see [****] for more details).
2222

2323

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
recursive-include qwt *.png *.svg *.pot *.po *.mo *.dcm *.ui
2-
recursive-include examples *.py *.png *.svg *.pot *.po *.mo *.dcm *.ui
32
recursive-include scripts *.*
43
recursive-include src *.hpp *.cpp *.pyx
54
recursive-include doc *.py *.rst *.png *.ico
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66
# developments (e.g. ported to python-qwt API)
77
# (see LICENSE file for more details)
88

9-
# The Python version of Qwt-5.1.1/examples/bode
10-
11-
# To get an impression of the expressive power of NumPy,
12-
# compare the Python and C++ versions of setDamp()
13-
14-
# BodeDemo.py requires at least Python v2.6.
159
from __future__ import unicode_literals
1610

11+
SHOW = True # Show test in GUI-based test launcher
12+
1713
import sys
1814
import numpy as np
1915

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# developments (e.g. ported to python-qwt API)
77
# (see LICENSE file for more details)
88

9+
SHOW = True # Show test in GUI-based test launcher
10+
911
import os
1012
import sys
1113
import numpy as np
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# developments (e.g. ported to python-qwt API)
77
# (see LICENSE file for more details)
88

9+
SHOW = True # Show test in GUI-based test launcher
10+
911
import sys
1012
import numpy as np
1113

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# developments (e.g. ported to python-qwt API)
77
# (see LICENSE file for more details)
88

9+
SHOW = True # Show test in GUI-based test launcher
10+
911
import sys
1012
import numpy as np
1113

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#FIXME: scale issue!
1010

11+
SHOW = True # Show test in GUI-based test launcher
12+
1113
import sys
1214
import numpy as np
1315

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# developments (e.g. ported to python-qwt API)
77
# (see LICENSE file for more details)
88

9+
SHOW = True # Show test in GUI-based test launcher
10+
911
import random
1012
import sys
1113
import numpy as np

0 commit comments

Comments
 (0)