Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/et_xmlfile/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

7 statements  

1from __future__ import absolute_import 

2 

3from .xmlfile import xmlfile 

4 

5# constants 

6__version__ = '1.0.1' 

7 

8__author__ = 'See ATUHORS.txt' 

9__license__ = 'MIT' 

10__author_email__ = 'charlie.clark@clark-consulting.eu' 

11__url__ = 'https://bitbucket.org/openpyxl/et_xmlfile' 

12