import py
from pypy.translator.jvm.test.runtest import JvmTest
from pypy.translator.oosupport.test_template.operations import BaseTestOperations

# ====> ../../oosupport/test_template/operations.py

class TestOperations(JvmTest, BaseTestOperations):
    pass

