rename into english
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import json
|
||||
import sys
|
||||
from jugement_majoritaire import jugement_majoritaire
|
||||
from majority_judgment_method import majority_judgment_run
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
poll_file=sys.argv[1]
|
||||
@@ -16,6 +16,6 @@ with open(poll_file,'r') as poll_fd:
|
||||
if verbose:
|
||||
print(poll)
|
||||
|
||||
result = jugement_majoritaire(poll)
|
||||
result = majority_judgment_run(poll)
|
||||
|
||||
print(json.dumps(result))
|
||||
|
||||
Reference in New Issue
Block a user