Esempio n. 1
0
 def setUp(self):
     self.package = ZipPackage(
         path='pydocx/fixtures/no_break_hyphen.docx', )
Esempio n. 2
0
 def __init__(self, path):
     super(OpenXmlPackage, self).__init__()
     self.package = ZipPackage(path=path)