diff options
| -rw-r--r-- | lib/oeqa/runtime/cases/java.py | 1 | ||||
| -rw-r--r-- | lib/oeqa/runtime/cases/javac.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/oeqa/runtime/cases/java.py b/lib/oeqa/runtime/cases/java.py index 142a49c..c1e1498 100644 --- a/lib/oeqa/runtime/cases/java.py +++ b/lib/oeqa/runtime/cases/java.py | |||
| @@ -2,7 +2,6 @@ import os | |||
| 2 | 2 | ||
| 3 | from oeqa.runtime.case import OERuntimeTestCase | 3 | from oeqa.runtime.case import OERuntimeTestCase |
| 4 | from oeqa.core.decorator.depends import OETestDepends | 4 | from oeqa.core.decorator.depends import OETestDepends |
| 5 | from oeqa.core.decorator.oeid import OETestID | ||
| 6 | from oeqa.core.decorator.data import skipIfDataVar, skipIfInDataVar | 5 | from oeqa.core.decorator.data import skipIfDataVar, skipIfInDataVar |
| 7 | from oeqa.runtime.decorator.package import OEHasPackage | 6 | from oeqa.runtime.decorator.package import OEHasPackage |
| 8 | 7 | ||
diff --git a/lib/oeqa/runtime/cases/javac.py b/lib/oeqa/runtime/cases/javac.py index ad6de25..39ae298 100644 --- a/lib/oeqa/runtime/cases/javac.py +++ b/lib/oeqa/runtime/cases/javac.py | |||
| @@ -2,7 +2,6 @@ import os | |||
| 2 | 2 | ||
| 3 | from oeqa.runtime.case import OERuntimeTestCase | 3 | from oeqa.runtime.case import OERuntimeTestCase |
| 4 | from oeqa.core.decorator.depends import OETestDepends | 4 | from oeqa.core.decorator.depends import OETestDepends |
| 5 | from oeqa.core.decorator.oeid import OETestID | ||
| 6 | from oeqa.runtime.decorator.package import OEHasPackage | 5 | from oeqa.runtime.decorator.package import OEHasPackage |
| 7 | 6 | ||
| 8 | class JavacTest(OERuntimeTestCase): | 7 | class JavacTest(OERuntimeTestCase): |
