]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
suite: clean up imports
authorSage Weil <sage@inktank.com>
Fri, 23 Aug 2013 06:22:04 +0000 (23:22 -0700)
committerSage Weil <sage@inktank.com>
Wed, 28 Aug 2013 18:41:31 +0000 (11:41 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/suite.py

index 1c7ec8f0d286a88670d2d590afcd495abb0205c9..f712da6197d9f9c7575510ed684c22803b04f548 100644 (file)
@@ -1,3 +1,7 @@
+# this file is responsible for submitting tests into the queue
+# by generating combinations of facets found in
+# https://github.com/ceph/ceph-qa-suite.git
+
 import argparse
 import copy
 import errno
@@ -5,14 +9,9 @@ import itertools
 import logging
 import os
 import re
-from textwrap import dedent, fill
-
-# this file is responsible for submitting tests into the queue
-# by generating combinations of facets found in
-# https://github.com/ceph/ceph-qa-suite.git
-
 import subprocess
 import sys
+from textwrap import dedent, fill
 import time
 import yaml