remove asyncio
This commit is contained in:
parent
e514e85d0d
commit
7ee5088b44
2 changed files with 1 additions and 2 deletions
2
build.py
2
build.py
|
@ -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")]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from asyncio.windows_events import NULL
|
||||
from string import Template
|
||||
from subprocess import run
|
||||
from .python_util import *
|
||||
|
|
Loading…
Reference in a new issue