From 09a80230f55c6913e86ab38ad20fd8836c42a56d Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 20 Aug 2014 13:58:42 -0700 Subject: Clean up code --- dotbot/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotbot/dispatcher.py') diff --git a/dotbot/dispatcher.py b/dotbot/dispatcher.py index 35b0889..5218aa1 100644 --- a/dotbot/dispatcher.py +++ b/dotbot/dispatcher.py @@ -1,5 +1,5 @@ import os -from .executor import * +from .executor import Executor from .messenger import Messenger class Dispatcher(object): -- cgit v1.2.3