summaryrefslogtreecommitdiff
path: root/dotbot/dispatcher.py
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2014-08-20 13:58:42 -0700
committerAnish Athalye <me@anishathalye.com>2014-08-20 14:00:00 -0700
commit09a80230f55c6913e86ab38ad20fd8836c42a56d (patch)
tree586893021bca5a6d63e67e507746c3380cca2582 /dotbot/dispatcher.py
parent5103c10a5fcf345de42ad949b8c2265560781f64 (diff)
Clean up code
Diffstat (limited to 'dotbot/dispatcher.py')
-rw-r--r--dotbot/dispatcher.py2
1 files changed, 1 insertions, 1 deletions
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):