remplacer le site FT par YAHOO finance

This commit is contained in:
2019-09-29 11:25:48 +02:00
parent b00a7674d3
commit 63a73b6e81
8 changed files with 56 additions and 64 deletions

View File

@@ -3,6 +3,7 @@ from pyramid_layout.layout import layout_config
from .security import groupfinder
from .views.default import (
to_euro,
to_usd,
to_percent,
to_decimal,
)
@@ -22,6 +23,9 @@ class GlobalLayout(object):
def to_euro(self, x):
return to_euro(x)
def to_usd(self, x):
return to_usd(x)
def to_percent(self, x, d):
return to_percent(x, d)