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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
8838850f
Commit
8838850f
authored
Nov 08, 2019
by
LE GAC Renaud
Browse files
Update to fix issues in import.
parent
c5afc664
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
16 deletions
+16
-16
modules/harvest_tools/automaton.py
modules/harvest_tools/automaton.py
+3
-3
modules/harvest_tools/checkandfix.py
modules/harvest_tools/checkandfix.py
+8
-8
modules/harvest_tools/msg.py
modules/harvest_tools/msg.py
+1
-1
modules/harvest_tools/preprints.py
modules/harvest_tools/preprints.py
+1
-1
modules/harvest_tools/thesis.py
modules/harvest_tools/thesis.py
+1
-1
modules/invenio_tools/recordpubli.py
modules/invenio_tools/recordpubli.py
+1
-1
modules/invenio_tools/recordthesis.py
modules/invenio_tools/recordthesis.py
+1
-1
No files found.
modules/harvest_tools/automaton.py
View file @
8838850f
...
...
@@ -11,9 +11,9 @@ from .base import (MSG_FIX_ORIGIN,
ToolException
)
from
.checkandfix
import
CheckAndFix
from
gluon.storage
import
Storage
from
.
invenio_tools
import
(
InvenioStore
,
Marc12
,
OAI_URL
)
from
invenio_tools
import
(
InvenioStore
,
Marc12
,
OAI_URL
)
from
.msg
import
Msg
from
.msgcollection
import
MsgCollection
from
plugin_dbui
import
CALLBACK_ERRORS
,
get_id
...
...
modules/harvest_tools/checkandfix.py
View file @
8838850f
...
...
@@ -8,14 +8,14 @@ import regex
from
.base
import
search_synonym
,
ToolException
from
.exception
import
CheckException
from
gluon
import
current
from
.
invenio_tools
import
(
DECODE_REF
,
MSG_NO_CONF
,
MSG_NO_THESIS
,
OAI_URL
,
RecordConf
,
RecordThesis
,
REG_OAI
,
REG_YEAR
)
from
invenio_tools
import
(
DECODE_REF
,
MSG_NO_CONF
,
MSG_NO_THESIS
,
OAI_URL
,
RecordConf
,
RecordThesis
,
REG_OAI
,
REG_YEAR
)
from
plugin_dbui
import
CLEAN_SPACES
,
get_id
...
...
modules/harvest_tools/msg.py
View file @
8838850f
...
...
@@ -7,7 +7,7 @@ import json
from
.base
import
MSG_NO_ENTRY
,
MSG_TOOMANY_SYNONYM
from
gluon
import
current
from
gluon.storage
import
Storage
from
.
invenio_tools
import
OAI_URL
from
invenio_tools
import
OAI_URL
MSGS
=
(
MSG_NO_ENTRY
,
MSG_TOOMANY_SYNONYM
)
...
...
modules/harvest_tools/preprints.py
View file @
8838850f
...
...
@@ -7,7 +7,7 @@ import traceback
from
.automaton
import
Automaton
from
.base
import
MSG_CRASH
,
MSG_LOAD
from
.checkandfix
import
CheckException
from
.
invenio_tools
import
RecordConf
,
RecordThesis
from
invenio_tools
import
RecordConf
,
RecordThesis
from
plugin_dbui
import
UNDEF_ID
...
...
modules/harvest_tools/thesis.py
View file @
8838850f
...
...
@@ -8,7 +8,7 @@ import traceback
from
.automaton
import
Automaton
from
.base
import
MSG_CRASH
,
MSG_LOAD
from
.checkandfix
import
CheckException
from
.
invenio_tools
import
RecordThesis
from
invenio_tools
import
RecordThesis
from
plugin_dbui
import
get_id
,
UNDEF_ID
...
...
modules/invenio_tools/recordpubli.py
View file @
8838850f
...
...
@@ -10,7 +10,7 @@ from .base import (ARXIV,
REG_YEAR
)
from
.exception
import
RecordException
from
.
filters
import
CLEAN_COLLABORATION
from
filters
import
CLEAN_COLLABORATION
from
numpy
import
NaN
from
pandas
import
concat
,
DataFrame
from
plugin_dbui
import
as_list
,
CLEAN_SPACES
...
...
modules/invenio_tools/recordthesis.py
View file @
8838850f
...
...
@@ -2,7 +2,7 @@
"""
from
.base
import
THESIS_DIR
from
.
filters
import
CLEAN_THESIS_DEFENSE
from
filters
import
CLEAN_THESIS_DEFENSE
from
.recordpubli
import
RecordPubli
...
...
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