Skip to content

Commit

Permalink
Removed unecessary headers for tester file
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthoneyGriffith committed Aug 4, 2022
1 parent 2d10c64 commit d76ffa2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Testers/HeronMopedTester.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
import sys
import platform

# get heron utilities
HERON_LOC = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.append(HERON_LOC)
import _utils as hutils
from HeronIntegrationTester import HeronIntegration
sys.path.pop()

# get RAVEN base testers
RAVEN_LOC = hutils.get_raven_loc()
TESTER_LOC = os.path.join(RAVEN_LOC, '..', 'scripts', 'TestHarness', 'testers')
sys.path.append(TESTER_LOC)
from RavenFramework import RavenFramework as RavenTester
sys.path.pop()

class HeronMoped(HeronIntegration):
"""
Expand Down

0 comments on commit d76ffa2

Please sign in to comment.