docstring fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user