From 22f11f41e87c95f56a5e1bf7d8ff3930864c0983 Mon Sep 17 00:00:00 2001 From: Mark Driver <mdd31@alumni.cam.ac.uk> Date: Tue, 18 Feb 2020 19:46:08 +0000 Subject: [PATCH] remove unused module. --- .../io/phasecalculatorxmlparser.py | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100755 phasecalculator/io/phasecalculatorxmlparser.py diff --git a/phasecalculator/io/phasecalculatorxmlparser.py b/phasecalculator/io/phasecalculatorxmlparser.py deleted file mode 100755 index f2ba03b..0000000 --- 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) - -- GitLab