Update the docstring on rewrite_long_table_names.

This commit is contained in:
Lynn "Zhorken" Vaughan 2014-02-21 17:59:52 -05:00
parent 0c8aadc53c
commit 5ddbee886f

View file

@ -2,12 +2,7 @@ from pokedex.db import metadata
### Helper functions for oracle
def rewrite_long_table_names():
"""Modifies the table names to disenvowel long table names.
Takes the metadata from memory or uses the imported one.
Returns a dictionary matching short names -> long names.
"""
"""Disemvowels all table names over thirty characters."""
# Load tables from metadata
table_objs = metadata.tables.values()