Fold the Series class in biblio/series.py into biblio.py. It's confusing to have a "series" class in the SeriesClass.py module and a "Series" class in the series.py module. It also doesn't serve a purpose since the only place where the Series class is used is within the Bibliography class, which resides in the biblio module.
Anonymous
Implemented in:
Installed in r2014-435 on 2014-12-05. Closing.