From a3848c1e8539cdd673374a9f9d1cfb894c9fa2e6 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Wed, 3 Jun 2020 09:24:39 +0300 Subject: [PATCH] drone: move watchdog from modules to the root dir --- drone/{modules => }/watchdog.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drone/{modules => }/watchdog.py (100%) diff --git a/drone/modules/watchdog.py b/drone/watchdog.py similarity index 100% rename from drone/modules/watchdog.py rename to drone/watchdog.py