Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Moved chrFactions back up
Browse files Browse the repository at this point in the history
  • Loading branch information
zweizeichen committed Dec 24, 2013
1 parent bba2e53 commit 9abc861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eve_db/__init__.py
@@ -1 +1 @@
VERSION = "1.0.8-93577"
VERSION = "1.0.9-93577"
2 changes: 1 addition & 1 deletion eve_db/ccp_importer/util.py
Expand Up @@ -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,
Expand All @@ -29,7 +30,6 @@
Importer_invCategories,
Importer_invGroups,
Importer_chrRaces,
Importer_chrFactions,
Importer_invTypes,
Importer_invItems,
Importer_invUniqueNames,
Expand Down

0 comments on commit 9abc861

Please sign in to comment.