File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66#
77#
88
9- from Command import *
9+ from . Command import *
1010
1111class CommandAlive (Command ):
1212 @staticmethod
Original file line number Diff line number Diff line change 66#
77#
88
9- from Command import *
9+ from . Command import *
1010import tabulate
1111import re
1212
Original file line number Diff line number Diff line change 66#
77#
88
9- from Command import *
10- import Utilities
9+ from . Command import *
10+ from . import Utilities
1111
1212class CommandStop (Command ):
1313 @staticmethod
Original file line number Diff line number Diff line change 1+ from .Bot import Bot
2+ from .BackgroundTask import BackgroundTask
3+ from .BackgroundTaskManager import BackgroundTaskManager
4+ from .ChatRoom import ChatRoom
5+ from .Chatcommunicate import Chatcommunicate
6+ from .Command import Command
7+ from .CommandAlive import CommandAlive
8+ from .CommandListRunningCommands import CommandListRunningCommands
9+ from .CommandManager import CommandManager
10+ #from .CommandPrivilegeUser import CommandPrivilegeUser
11+ from .CommandStop import CommandStop
12+ from .PrivilegeType import PrivilegeType
13+ from .PrivilegedChatUser import PrivilegedChatUser
14+ from . import Utilities
Original file line number Diff line number Diff line change 1- from .Source / Bot import Bot
1+ """
2+ The Botpy package
3+ """
You can’t perform that action at this time.
0 commit comments