diff --git a/phasecalculator/io/phasecalculatorxmlparser.py b/phasecalculator/io/phasecalculatorxmlparser.py deleted file mode 100755 index f2ba03bf890f3712bb1895bca22fa218485ec777..0000000000000000000000000000000000000000 --- a/phasecalculator/io/phasecalculatorxmlparser.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding: utf-8 -*- -# phasecalculator calculates FGIPs, solvent similarity and VLE with SSIMPLE. -# Copyright (C) 2019 Mark D. Driver -# -# phasecalculator is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. -""" -Created on Tue Jan 7 16:34:17 2020 - -@author: Mark -""" - -import logging - -logging.basicConfig() -LOGGER = logging.getLogger(__name__) -LOGGER.setLevel(logging.WARN) -