remplacer le site FT par YAHOO finance
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user