make filenames more consistent

This commit is contained in:
Justin Kunimune 2023-09-04 13:13:41 -04:00
parent 1113500e7d
commit 99ef7570f9
3 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
import math
import re
from generate_borders import plot_political_shapes
from generate_political_shapes import plot_political_shapes
from generate_graticule import generate_graticule, generate_backdrop
from generate_indicatrices import generate_indicatrices
from generate_orthodromes import generate_orthodromes
from generate_shape import plot_shapes
from generate_shapes import plot_shapes
from generate_labels import generate_topographical_labels, label_shapes, label_points