~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/unit_tests/fks/test_fks_helas_objects.py

  • Committer: olivier-mattelaer
  • Date: 2020-08-21 09:16:56 UTC
  • mfrom: (284.2.24 python3)
  • Revision ID: olivier-mattelaer-20200821091656-iizux2mj94tkssuo
pass to 2.8.0 (and move to python3 branch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
"""Testing modules for fks_helas_objects module"""
17
17
 
 
18
from __future__ import absolute_import
18
19
import sys
19
20
import os
 
21
from six.moves import zip
20
22
root_path = os.path.split(os.path.dirname(os.path.realpath( __file__ )))[0]
21
23
sys.path.insert(0, os.path.join(root_path,'..','..'))
22
24