Move enforce_wrapper() into appropiate CMDs. This speeds up --help as a side effect!

This commit is contained in:
InsanePrawn 2021-09-29 23:18:12 +02:00
parent 18c689f897
commit f3794f939e
11 changed files with 34 additions and 25 deletions

View file

@ -1,7 +1,6 @@
import logging
import subprocess
import os
import shutil
from config import config
from distro import get_base_distros, RepoInfo