Skip to content

Commit d963642

Browse files
committed
Initial package commit
1 parent 2282752 commit d963642

File tree

314 files changed

+17
-35156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+17
-35156
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .classes.parser import *
1+
from classes.parser import *
22

33
class AdditionalInfoParser(Parser):
44
parser_type = 'additional_info'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
import collections
3-
from ..services.normalize import *
4-
from ..services.infer import *
3+
from services.normalize import *
4+
from services.infer import *
55

66
# TODO: reconfigure patterns to be an array or just a re object instead of a dict
77
# TODO: likely move the re.compile out of the normalize patterns method and into the patterns array

config/gunicorn/dev.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

parsers/dose.py renamed to dose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .classes.parser import *
1+
from classes.parser import *
22

33
class DoseParser(Parser):
44
parser_type = 'dose'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .classes.parser import *
1+
from classes.parser import *
22

33
class DurationParser(Parser):
44
parser_type = 'duration'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .classes.parser import *
1+
from classes.parser import *
22

33
class FrequencyParser(Parser):
44
parser_type = 'frequency'

frontend/.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

frontend/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)