aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-06-21 22:09:59 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-06-21 22:09:59 +0200
commitfbc85a522253c33bf5187498c4a7e92b78f44d14 (patch)
tree986059fe92d39a82955c611a39699341e57db4ad
parent308294fd65f5a830b37f7fe1829dc35dc6d309fe (diff)
downloadautomato-fbc85a522253c33bf5187498c4a7e92b78f44d14.tar.gz
further module restructure
-rw-r--r--automato/command/__init__.py (renamed from automato/command.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/automato/command.py b/automato/command/__init__.py
index 6e64a3e..ea8edca 100644
--- a/automato/command.py
+++ b/automato/command/__init__.py
@@ -1,4 +1,4 @@
-from . import transport
+from automato import transport
import logging