From 7532bcda085fe41280c8f285a9005bde7e3b633a Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Wed, 14 Dec 2016 10:42:04 -0800 Subject: [PATCH] Clean up some stuff left over from cherry picks --- eos/db/saveddata/fleet.py | 20 -------------------- gui/gangView.py | 20 -------------------- service/fit.py | 1 - service/fleet.py | 20 -------------------- 4 files changed, 61 deletions(-) delete mode 100644 eos/db/saveddata/fleet.py delete mode 100644 gui/gangView.py delete mode 100644 service/fleet.py diff --git a/eos/db/saveddata/fleet.py b/eos/db/saveddata/fleet.py deleted file mode 100644 index dc1c06223..000000000 --- a/eos/db/saveddata/fleet.py +++ /dev/null @@ -1,20 +0,0 @@ -# =============================================================================== -# Copyright (C) 2010 Diego Duclos -# -# This file is part of eos. -# -# eos is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# eos 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 Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with eos. If not, see . -# =============================================================================== - -#Purging fleet \ No newline at end of file diff --git a/gui/gangView.py b/gui/gangView.py deleted file mode 100644 index 7415ea49e..000000000 --- a/gui/gangView.py +++ /dev/null @@ -1,20 +0,0 @@ -# ============================================================================= -# Copyright (C) 2010 Diego Duclos -# -# This file is part of pyfa. -# -# pyfa is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# pyfa 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with pyfa. If not, see . -# ============================================================================= - -#Purging fleet boosts diff --git a/service/fit.py b/service/fit.py index d2a9a24b4..204b8df32 100644 --- a/service/fit.py +++ b/service/fit.py @@ -34,7 +34,6 @@ from eos.saveddata.ship import Ship as es_Ship from eos.types import State, Slot, Fit as FitType from service.character import Character from service.damagePattern import DamagePattern -from service.fleet import Fleet from service.market import Market from service.settings import SettingsProvider diff --git a/service/fleet.py b/service/fleet.py deleted file mode 100644 index 8f2c09db5..000000000 --- a/service/fleet.py +++ /dev/null @@ -1,20 +0,0 @@ -# ============================================================================= -# Copyright (C) 2010 Diego Duclos -# -# This file is part of pyfa. -# -# pyfa is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# pyfa 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with pyfa. If not, see . -# ============================================================================= - -#Purge fleet boosts