Skip to content

Commit 1e10ea7

Browse files
author
DUYN
committed
Change names
1 parent 35a1843 commit 1e10ea7

File tree

34 files changed

+2
-1101
lines changed

34 files changed

+2
-1101
lines changed

INSTALL

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

investing_bot_framework/context/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

investing_bot_framework/context/analyzing_state.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

investing_bot_framework/context/bot_context.py

Lines changed: 0 additions & 190 deletions
This file was deleted.

investing_bot_framework/context/bot_state.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

investing_bot_framework/context/data_providing_state.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

investing_bot_framework/context/setup_state.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

investing_bot_framework/templates/bot_project_directory/bot_project_template/data/data_providers.py-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from bot.core.data.data_providers import DataProvider
1+
from investing_bot_framework.core.data.data_providers import DataProvider
22

33
"""
44
Define here all you data providers, e.g. Rest API client

investing_bot_framework/templates/bot_project_directory/manage.py-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def main():
99
os.environ.setdefault('INVESTING_BOT_FRAMEWORK_SETTINGS_MODULE', '{{ bot_project_name }}.configuration.settings')
1010

1111
try:
12-
from bot.core.management import execute_from_command_line
12+
from investing_bot_framework.core.management import execute_from_command_line
1313
except ImportError as exc:
1414
raise ImportError(
1515
"Couldn't import investing_bot_framework. Are you sure it's installed and available on your PYTHONPATH"

0 commit comments

Comments
 (0)