checking in some stuff... i'm going to rework how i do the disk init to ALWAYS use freshDisk().

This commit is contained in:
brent s
2019-10-22 14:34:39 -04:00
parent 108588827a
commit 305a0db34f
8 changed files with 227 additions and 33 deletions

View File

@@ -2,6 +2,8 @@ import os
##
from lxml import etree
#https://stackoverflow.com/questions/30232031/how-can-i-strip-namespaces-out-of-an-lxml-tree/30233635#30233635 ?
class Config(object):
def __init__(self):
self.xml = None