moving wallets to root

This commit is contained in:
misagh 2018-11-18 14:38:31 +01:00
parent a92619f18c
commit 608ce98e1a
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from cachetools import TTLCache, cached
from freqtrade import (DependencyException, OperationalException,
TemporaryError, __version__, constants, persistence)
from freqtrade.exchange import Exchange
from freqtrade.finance.wallets import Wallets
from freqtrade.wallets import Wallets
from freqtrade.edge import Edge
from freqtrade.persistence import Trade
from freqtrade.rpc import RPCManager, RPCMessageType