From 24b5899280f9a0dd58e1273577b0c9a917240efe Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 14 Aug 2018 03:47:54 -0400 Subject: [PATCH] whoops! it's complete --- storage/mtree_to_xml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/storage/mtree_to_xml.py b/storage/mtree_to_xml.py index 740455f..2be58ab 100755 --- a/storage/mtree_to_xml.py +++ b/storage/mtree_to_xml.py @@ -13,8 +13,6 @@ import lxml.etree # Serialize BSD mtree spec files into XML. # On arch, BSD mtree is ported in the AUR as nmtree. -# THIS IS INCOMPLETE! - class MtreeXML(object): def __init__(self, spec): # spec is a string or bytes