From 9abc8612837f98efea76f9232dec5ebeddad42f2 Mon Sep 17 00:00:00 2001 From: zweizeichen Date: Tue, 24 Dec 2013 12:41:26 +0100 Subject: [PATCH] Moved chrFactions back up --- eve_db/__init__.py | 2 +- eve_db/ccp_importer/util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eve_db/__init__.py b/eve_db/__init__.py index 29536d0..818e66f 100644 --- a/eve_db/__init__.py +++ b/eve_db/__init__.py @@ -1 +1 @@ -VERSION = "1.0.8-93577" +VERSION = "1.0.9-93577" diff --git a/eve_db/ccp_importer/util.py b/eve_db/ccp_importer/util.py index 187a3dd..d32066e 100644 --- a/eve_db/ccp_importer/util.py +++ b/eve_db/ccp_importer/util.py @@ -9,6 +9,7 @@ # they appear in this list. Any lines that are commented out are importers # that have not been written yet. IMPORT_LIST = [ + Importer_chrFactions, Importer_invNames, Importer_mapRegions, Importer_mapRegionJumps, @@ -29,7 +30,6 @@ Importer_invCategories, Importer_invGroups, Importer_chrRaces, - Importer_chrFactions, Importer_invTypes, Importer_invItems, Importer_invUniqueNames,