Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/server.py
AgeCommit message (Collapse)Author
2021-05-15A couple more small fixesDylan Taylor
2021-05-15Try to remove some unused importsDylan Taylor
2021-05-15Very selectively fix some PEP 8 issues with profilesDylan Taylor
2021-05-12Replaced the magic __builtin__ global variable. This should fix mypy ↵Anton Hvornum
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me.
2021-04-29Add cockpit, depends on #396Dylan M. Taylor
2021-04-29Remove a commentDylan Taylor
2021-04-29First implementation of server top-level profileDylan M. Taylor