~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/madweight/create_run.py

merge with 2.7.2 + fix madweight issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#Extension
4
4
from __future__ import absolute_import
5
5
from __future__ import print_function
6
 
import string,os,sys,re,popen2,time,stat,filecmp
 
6
import string,os,sys,re,time,stat,filecmp
7
7
from six.moves import range
8
8
from six.moves import input
9
9