~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to bin/mg5

  • 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:
1
 
#! /usr/bin/env python
 
1
#! /usr/bin/env python3
2
2
 
3
3
################################################################################
4
4
#
17
17
"""This is the main executable, a simple frontend to set up the PYTHONPATH
18
18
and call immediately the command line interface scripts"""
19
19
 
 
20
from __future__ import absolute_import
 
21
from __future__ import print_function
20
22
import os
21
23
import sys
22
24