Sort import, create class DMN

This commit is contained in:
VirtuBox
2019-09-04 20:36:15 +02:00
parent 3696afc03e
commit 50cc8a4d09
34 changed files with 458 additions and 421 deletions

View File

@@ -1,11 +1,12 @@
"""WordOps package installation using apt-get module."""
import apt
import sys
import subprocess
from wo.core.logging import Log
import sys
from sh import ErrorReturnCode, apt_get
import apt
from wo.core.apt_repo import WORepo
from sh import apt_get
from sh import ErrorReturnCode
from wo.core.logging import Log
class WOAptGet():