refactor: use new module names

This commit is contained in:
Jef Roosens 2022-06-22 09:18:47 +02:00
parent d060366dcb
commit 461f227169
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
module logs
import cli
import vieter.vconf
import vieter_v.conf as vconf
import client
import console
import time

View file

@ -1,7 +1,7 @@
module targets
import client
import vieter.vdocker as docker
import vieter_v.docker
import os
import build

View file

@ -1,7 +1,7 @@
module targets
import cli
import vieter.vconf
import vieter_v.conf as vconf
import cron.expression { parse_expression }
import client { NewTarget }
import console