##// END OF EJS Templates
dispatch: extract common logic for handling ParseError...
dispatch: extract common logic for handling ParseError The way ParseError is handled at two different places in dispatch.py is the same. Move common logic into _formatparse.

File last commit:

r28457:e6310cdc default
r28515:491eabd0 default
Show More
ubuntu-trusty
11 lines | 191 B | text/plain | TextLexer
FROM ubuntu:trusty
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip