Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
45f7ff40
Commit
45f7ff40
authored
Jul 13, 2017
by
Robin Sonnabend
Browse files
Rename parser -> protoparser
Avoids a name clash in celery /close
#143
parent
a8125ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
parser.
py
→
proto
parser.
tex
View file @
45f7ff40
File moved
tasks.py
View file @
45f7ff40
...
...
@@ -13,7 +13,7 @@ from models.errors import DateNotMatchingException
from
server
import
celery
,
app
from
shared
import
db
,
escape_tex
,
unhyphen
,
date_filter
,
datetime_filter
,
date_filter_long
,
date_filter_short
,
time_filter
,
class_filter
,
KNOWN_KEYS
from
utils
import
mail_manager
,
url_manager
,
encode_kwargs
,
decode_kwargs
,
add_line_numbers
,
set_etherpad_text
,
get_etherpad_text
,
footnote_hash
from
parser
import
parse
,
ParserException
,
Element
,
Content
,
Text
,
Tag
,
Remark
,
Fork
,
RenderType
from
proto
parser
import
parse
,
ParserException
,
Element
,
Content
,
Text
,
Tag
,
Remark
,
Fork
,
RenderType
from
wiki
import
WikiClient
,
WikiException
from
calendarpush
import
Client
as
CalendarClient
,
CalendarException
from
legacy
import
lookup_todo_id
,
import_old_todos
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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