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
b877ecf6
Commit
b877ecf6
authored
Jan 27, 2020
by
LE GAC Renaud
Browse files
Update modules to fix bad import.
parent
33a3b5ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
modules/graph_tools.py
modules/graph_tools.py
+1
-1
modules/harvest_tools/checkandfix.py
modules/harvest_tools/checkandfix.py
+0
-1
modules/ui/core.py
modules/ui/core.py
+1
-1
modules/ui/selector.py
modules/ui/selector.py
+2
-2
modules/ui/viewport.py
modules/ui/viewport.py
+1
-1
No files found.
modules/graph_tools.py
View file @
b877ecf6
...
...
@@ -8,7 +8,7 @@ import tempfile
from
gluon
import
current
from
io
import
StringIO
from
.
model
_
selector
import
MONTH_SUBMIT
,
YEAR_PUBLISH
from
model
s.
selector
import
MONTH_SUBMIT
,
YEAR_PUBLISH
from
pandas
import
DataFrame
,
DatetimeIndex
,
to_datetime
...
...
modules/harvest_tools/checkandfix.py
View file @
b877ecf6
...
...
@@ -18,7 +18,6 @@ from invenio_tools import (MSG_NO_CONF,
from
invenio_tools.recordpubli
import
PAPER_REFERENCE_KEYS
from
itertools
import
imap
from
plugin_dbui
import
CLEAN_SPACES
,
get_id
,
UNDEF_ID
...
...
modules/ui/core.py
View file @
b877ecf6
"""User Interface for the core tables
"""
from
.
auth
import
USER
from
auth
entication
import
USER
from
gluon
import
current
from
plugin_dbui
import
(
FieldsModifier
,
FormModifier
,
...
...
modules/ui/selector.py
View file @
b877ecf6
"""User Interface for the selector tables
"""
from
.
auth
import
ADMIN
from
auth
entication
import
ADMIN
from
gluon
import
current
from
.
harvest_tools
import
DRY_RUN
from
harvest_tools
.base
import
DRY_RUN
from
plugin_dbui
import
(
FieldsModifier
,
FormModifier
)
...
...
modules/ui/viewport.py
View file @
b877ecf6
"""Main user interface the viewport
"""
from
.
auth
import
ADMIN
,
USER
from
auth
entication
import
ADMIN
,
USER
from
gluon
import
current
from
gluon.html
import
URL
...
...
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