adding re-signing

This commit is contained in:
brent s
2018-03-13 11:14:41 -04:00
parent d2d405a36a
commit a137dc395c
2 changed files with 84 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ try:
from lxml import etree
except ImportError:
import xml.etree.ElementTree as etree
# TODO: GPG verification too
baseurl = 'https://sysadministrivia.com'