remove asyncio

This commit is contained in:
jerger 2022-03-25 18:34:21 +01:00
parent e514e85d0d
commit 7ee5088b44
2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,7 @@ use_plugin("python.distutils")
default_task = "publish"
name = "ddadevops"
version = "0.14.5-dev1"
version = "0.14.5-dev2"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]

View file

@ -1,4 +1,3 @@
from asyncio.windows_events import NULL
from string import Template
from subprocess import run
from .python_util import *