# HG changeset patch # User Dave # Date 1450261225 0 # Node ID 267cbf724628b4991b85d453b4053ce6d14ce342 # Parent c6893568a8f6f4c28796967614265484c9912ca1 Add Graphics to DMRN Poster diff -r c6893568a8f6 -r 267cbf724628 .hgignore --- a/.hgignore Wed Dec 09 11:26:31 2015 +0100 +++ b/.hgignore Wed Dec 16 10:20:25 2015 +0000 @@ -45,4 +45,7 @@ test-data *.fls Makefile -*eps-converted-to.pdf \ No newline at end of file +*eps-converted-to.pdf +re:^docs/DMRN+10/img/\._TestCreate\.png$ +re:^docs/DMRN+10/img/\._APE\.png$ +re:^docs/DMRN+10/img/\._MUSHRA\.png$ diff -r c6893568a8f6 -r 267cbf724628 docs/DMRN+10/img/APE.png Binary file docs/DMRN+10/img/APE.png has changed diff -r c6893568a8f6 -r 267cbf724628 docs/DMRN+10/img/MUSHRA.png Binary file docs/DMRN+10/img/MUSHRA.png has changed diff -r c6893568a8f6 -r 267cbf724628 docs/DMRN+10/img/TestCreate.png Binary file docs/DMRN+10/img/TestCreate.png has changed diff -r c6893568a8f6 -r 267cbf724628 docs/DMRN+10/img/qrcode.png Binary file docs/DMRN+10/img/qrcode.png has changed diff -r c6893568a8f6 -r 267cbf724628 pythonServer.py --- a/pythonServer.py Wed Dec 09 11:26:31 2015 +0100 +++ b/pythonServer.py Wed Dec 16 10:20:25 2015 +0000 @@ -1,3 +1,5 @@ +#!/usr/bin/python + import BaseHTTPServer from os import walk from os import path