Final whitespace changes I think

This commit is contained in:
Dylan Taylor 2021-05-15 13:04:18 -04:00
parent 8d39ff4a76
commit e111dd9bc1
6 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,7 @@
import archinstall
import time
import archinstall
archinstall.storage['UPSTREAM_URL'] = 'https://archlinux.life/profiles'
archinstall.storage['PROFILE_DB'] = 'index.json'

View File

@ -1,4 +1,5 @@
import archinstall
# import json
# import urllib.request

View File

@ -6,6 +6,7 @@ is_top_level_profile = False
__packages__ = ["plasma-meta", "konsole", "kate", "dolphin", "sddm", "plasma-wayland-session", "egl-wayland"]
# TODO: Remove hard dependency of bash (due to .bash_profile)

View File

@ -1,8 +1,9 @@
# Used to select various server application profiles on top of a minimal installation.
import archinstall
import logging
import archinstall
is_top_level_profile = True
available_servers = ["cockpit", "docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"]

View File

@ -22,6 +22,7 @@ def _prep_function(*args, **kwargs):
return True
# Ensures that this code only gets executed if executed
# through importlib.util.spec_from_file_location("xorg", "/somewhere/xorg.py")
# or through conventional import xorg

View File

@ -1,2 +1,3 @@
import setuptools # type: ignore
import setuptools # type: ignore
setuptools.setup()