Dust off the codebase. #8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "q3k/dustoff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In preparation for upcoming changes, we do a bit of a spring cleanup:
webapp/vcard.py
which was horribly stringly-typed. It's not perhaps overly OOPy, but I hope in the future we'll find a good balance for this. Otherwise stuff is mostly unchanged.webapp/context.py
into App. This file is now poorly named.webapp/admin.py
to use vcard logic.q3k/dustoffto Dust off the codebase.3f0cf00b1c
toaaa4d49012
aaa4d49012
to1f51fbea85
@ -8,4 +13,3 @@
self.use_tls = use_tls
self.url = url
@lru.locked
out of curiosity: any particular reason why you got rid of the
locked
decorator? or just matter of taste/preference?