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 /BibTeX.py | |
| parent | da7359cd452f2ded9e05e753fb125508343b8587 (diff) | |
| download | anonbib-5af5043ac67529aa2ecc05c6a3bbc22a4419b9cb.tar.gz | |
Split author
Diffstat (limited to 'BibTeX.py')
| -rw-r--r-- | BibTeX.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -80,9 +80,6 @@ class BibTeX: self.entries = newEntries - - - class FileIter: def __init__(self, fname=None, file=None, it=None, string=None): if fname: @@ -392,4 +389,3 @@ if __name__ == '__main__': for e in r.entries: if e.type in ("proceedings", "journal"): continue print e.to_html() - |
