docstring fixes

This commit is contained in:
blitzmann
2018-09-16 01:09:55 -04:00
parent b4b8a158f5
commit 5850026aa9
7 changed files with 15 additions and 15 deletions

View File

@@ -19,11 +19,11 @@
#===============================================================================
'''
"""
This script is used to compare two different database versions.
It shows removed/changed/new items with list of changed effects,
changed attributes and effects which were renamed
'''
"""
import argparse
import os.path

View File

@@ -1,8 +1,8 @@
'''
"""
A change to EVE Online's cache format rendered Reverence unable to correctly dump the icons file. As a stop gap, this
reads the offical SDE iconIDs.yaml and populates our own icons.json file. This files should then be transferred to the
other JSON files Phobos dumps before being converted to SQL
'''
"""
import yaml
import json