remove asyncio

merge-requests/3/head
jerger 2 years ago
parent e514e85d0d
commit 7ee5088b44

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

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

Loading…
Cancel
Save