Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/server.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 11:51:06 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 11:53:10 -0400
commitd93ef24e8e080ab4c71366bfba0340d16f17524b (patch)
tree6d441081c6a01304065ff7c46596d82a96737f73 /profiles/server.py
parentacb754ff2edee96d3dc0c6ca29abd0c60a1a5ace (diff)
A couple more small fixes
Diffstat (limited to 'profiles/server.py')
-rw-r--r--profiles/server.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index ff7b2179..3ccc9715 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -1,6 +1,7 @@
# Used to select various server application profiles on top of a minimal installation.
-import archinstall, logging
+import archinstall
+import logging
is_top_level_profile = True