diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-04 20:06:49 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-04 20:06:49 -0500 |
| commit | 5af5043ac67529aa2ecc05c6a3bbc22a4419b9cb (patch) | |
| tree | 6d73e11141cf2ffbec11561e44d5c60f0dc75131 /sortutils.py | |
| parent | da7359cd452f2ded9e05e753fb125508343b8587 (diff) | |
| download | anonbib-5af5043ac67529aa2ecc05c6a3bbc22a4419b9cb.tar.gz | |
Split author
Diffstat (limited to 'sortutils.py')
| -rw-r--r-- | sortutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sortutils.py b/sortutils.py index 419fe03..d86a299 100644 --- a/sortutils.py +++ b/sortutils.py @@ -1,7 +1,7 @@ import config import copy from utils import txtize -from entry import buildAuthorTable +from author import buildAuthorTable import re # List: must map from month number to month name. |
