Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
703ec75a
Commit
703ec75a
authored
Dec 21, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix restparse function import problem
parent
3924cff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
extractDataCustom.py
services/db_to_tina_api/extractDataCustom.py
+0
-1
tools.py
services/tools.py
+1
-0
No files found.
services/db_to_tina_api/extractDataCustom.py
View file @
703ec75a
...
...
@@ -5,7 +5,6 @@ from math import floor
from
cgi
import
escape
from
re
import
sub
from
traceback
import
format_tb
from
urllib.parse
import
unquote
from
.converter
import
CountryConverter
...
...
services/tools.py
View file @
703ec75a
...
...
@@ -8,6 +8,7 @@ __email__ = "romain.loth@iscpif.fr"
# for reading config
from
configparser
import
ConfigParser
from
os
import
environ
,
path
from
urllib.parse
import
unquote
CONFIGMENU
=
[
{
"sec"
:
'main'
,
"var"
:
'LOG_LEVEL'
,
"def"
:
"INFO"
},
...
...
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