zulip_bot_output.py: Clear import statements.
This commit is contained in:
		
							parent
							
								
									2aa6201d47
								
							
						
					
					
						commit
						3a89b9f966
					
				
					 1 changed files with 6 additions and 9 deletions
				
			
		|  | @ -2,19 +2,16 @@ | |||
| from __future__ import print_function | ||||
| from __future__ import absolute_import | ||||
| 
 | ||||
| import argparse | ||||
| import sys | ||||
| import os | ||||
| from types import ModuleType | ||||
| from importlib import import_module | ||||
| from os.path import basename, splitext | ||||
| import sys | ||||
| import argparse | ||||
| import zulip_bots | ||||
| 
 | ||||
| import six | ||||
| from six.moves import configparser | ||||
| import mock | ||||
| from mock import MagicMock, patch | ||||
| 
 | ||||
| from zulip_bots.lib import run_message_handler_for_bot, StateHandler | ||||
| from mock import MagicMock, patch | ||||
| from zulip_bots.lib import StateHandler | ||||
| from zulip_bots.lib import ExternalBotHandler | ||||
| from zulip_bots.provision import provision_bot | ||||
| from zulip_bots.run import import_module_from_source, name_and_path_match | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 derAnfaenger
						derAnfaenger