Skip to content

Commit e0f3bd4

Browse files
neiljptimabbott
authored andcommitted
bots: Migrate source file for zulip-bot-shell to similar name.
1 parent cca1b7d commit e0f3bd4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

zulip_bots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ zulip_bots # This directory
2121
│ ├───simple_lib.py # Used for terminal testing.
2222
│ ├───test_lib.py # Backbone for bot unit tests.
2323
│ ├───test_run.py # Unit tests for run.py
24-
│ └───terminal.py # Used to test bots in the command line.
24+
│ └───bot_shell.py # Used to test bots in the command line.
2525
└───setup.py # Script for packaging.
2626
```

zulip_bots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
entry_points={
5353
"console_scripts": [
5454
"zulip-run-bot=zulip_bots.run:main",
55-
"zulip-bot-shell=zulip_bots.terminal:main",
55+
"zulip-bot-shell=zulip_bots.bot_shell:main",
5656
],
5757
},
5858
) # type: Dict[str, Any]

0 commit comments

Comments
 (0)