diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-19 17:31:25 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-19 17:31:25 +0200 |
commit | 609003a3090a0eb312cf1d0f007339377e104efb (patch) | |
tree | 960ef98162f6018ba54e6480494ab5cdb7f3d9b3 /scripts | |
parent | 5df68fa7b732c4f58283bbd2496fc0cd9a8c7507 (diff) | |
download | linux-conf-perf-609003a3090a0eb312cf1d0f007339377e104efb.tar.gz linux-conf-perf-609003a3090a0eb312cf1d0f007339377e104efb.tar.bz2 linux-conf-perf-609003a3090a0eb312cf1d0f007339377e104efb.zip |
Fix missing include in test script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.py b/scripts/test.py index ce0b698..84eda1e 100755 --- a/scripts/test.py +++ b/scripts/test.py @@ -9,6 +9,7 @@ import kernel import boot import database import exceptions +import utils def test(): try: |