~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to models/loop_sm/function_library.py

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#
9
9
#
10
10
 
 
11
from __future__ import absolute_import
11
12
__date__ = "22 July 2010"
12
13
__author__ = "claude.duhr@durham.ac.uk"
13
14
 
14
15
import cmath
15
16
try:
16
 
    from object_library import all_functions, Function
 
17
    from .object_library import all_functions, Function
17
18
except:
18
19
    from . import object_library
19
20
    all_functions, Function = object_library.all_functions , object_library.Function