summaryrefslogtreecommitdiff
path: root/test/suite/wtscenario.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/wtscenario.py')
-rw-r--r--test/suite/wtscenario.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite/wtscenario.py b/test/suite/wtscenario.py
index 82322d65cb2..6286a623a8c 100644
--- a/test/suite/wtscenario.py
+++ b/test/suite/wtscenario.py
@@ -24,14 +24,12 @@
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
-#
-# wtscenarios.py
-# Support scenarios based testing
-#
import testscenarios
import suite_random
+# wtscenarios.py
+# Support scenarios based testing
def powerrange(start, stop, mult):
"""
Like xrange, generates a range from start to stop.