diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-08-03 16:54:56 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-08-03 16:54:56 +0000 |
commit | 2ec69f06ff1462ba716c557f2316d623393804d3 (patch) | |
tree | 7d8841f576186a5794762b8ced3d074d9671dd0b | |
parent | c4dab8e95befe6912be839c8c150f3f2a8d29d5a (diff) |
Import error from the right library.
Signed-off-by: Nauman Rafique <nauman@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@3485 592f7852-d20e-0410-864c-8624ca9c26a4
-rw-r--r-- | client/profilers/blktrace/blktrace.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/profilers/blktrace/blktrace.py b/client/profilers/blktrace/blktrace.py index 8e46b66a..619f7440 100644 --- a/client/profilers/blktrace/blktrace.py +++ b/client/profilers/blktrace/blktrace.py @@ -1,5 +1,6 @@ import os -from autotest_lib.client.bin import profiler, utils, error +from autotest_lib.client.common_lib import error +from autotest_lib.client.bin import profiler, utils class blktrace(profiler.profiler): |