~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/input_files/LoopSMEWTest/couplings.py

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 
6
6
 
7
 
from object_library import all_couplings, Coupling
 
7
from __future__ import absolute_import
 
8
from .object_library import all_couplings, Coupling
8
9
 
9
 
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
10
from .function_library import complexconjugate, re, im, csc, sec, acsc, asec
10
11
 
11
12
 
12
13