Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
de6390e7
Commit
de6390e7
authored
Sep 19, 2016
by
LE GAC Renaud
Browse files
Rename the modules invenio_tools/authors as invenio_tools/iterauthors.
parent
8e765bb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
modules/invenio_tools/__init__.py
modules/invenio_tools/__init__.py
+7
-7
modules/invenio_tools/iterauthors.py
modules/invenio_tools/iterauthors.py
+1
-1
modules/invenio_tools/recordpubli.py
modules/invenio_tools/recordpubli.py
+4
-4
No files found.
modules/invenio_tools/__init__.py
View file @
de6390e7
"""a collection of tool to interrogate invenio store.
@note: details on the invenio API at U{http://invenio-software.org/}
Note:
details on the invenio API at http://invenio-software.org/
"""
from
base
import
(
ARXIV
,
...
...
@@ -26,13 +27,12 @@ from exception import (CdsException,
RecordException
,
XmlException
)
from
authors
import
(
iter_author_affiliations
,
iter_author_affiliation_keys
,
iter_author_fields
,
iter_author_items
,
iter_author_names
)
from
inveniostore
import
InvenioStore
from
iterauthors
import
(
iter_author_affiliations
,
iter_author_affiliation_keys
,
iter_author_fields
,
iter_author_items
,
iter_author_names
)
from
iterrecord
import
IterRecord
,
REG_INT
from
marc12
import
Marc12
from
record
import
Record
...
...
modules/invenio_tools/authors.py
→
modules/invenio_tools/
iter
authors.py
View file @
de6390e7
# -*- coding: utf-8 -*-
""" invenio_tools.authors
""" invenio_tools.
iter
authors
"""
from
base
import
REG_AUTHOR
...
...
modules/invenio_tools/recordpubli.py
View file @
de6390e7
...
...
@@ -5,15 +5,15 @@
import
re
from
authors
import
(
iter_author_affiliations
,
iter_author_affiliation_keys
,
iter_author_items
,
iter_author_names
)
from
base
import
(
ARXIV
,
ARXIV_PDF
,
REG_ARXIV_NUMBER
,
REG_YEAR
)
from
filters
import
CLEAN_COLLABORATION
from
iterauthors
import
(
iter_author_affiliations
,
iter_author_affiliation_keys
,
iter_author_items
,
iter_author_names
)
from
itertools
import
ifilter
,
imap
from
plugin_dbui
import
as_list
,
CLEAN_SPACES
from
record
import
Record
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment