Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / util_unittest.py
index 05df311..0f695e5 100644 (file)
@@ -2,12 +2,13 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 import os
-import unittest
 import shutil
 import tempfile
+import unittest
 
 from telemetry.core import util
 
+
 class TestWait(unittest.TestCase):
   @staticmethod
   def testNonTimeout():