changeset 1081:267cbf724628

Add Graphics to DMRN Poster
author Dave <djmoffat@users.noreply.github.com>
date Wed, 16 Dec 2015 10:20:25 +0000
parents c6893568a8f6
children 7e16a6eaeec0
files .hgignore docs/DMRN+10/img/APE.png docs/DMRN+10/img/MUSHRA.png docs/DMRN+10/img/TestCreate.png docs/DMRN+10/img/qrcode.png pythonServer.py
diffstat 6 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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$
Binary file docs/DMRN+10/img/APE.png has changed
Binary file docs/DMRN+10/img/MUSHRA.png has changed
Binary file docs/DMRN+10/img/TestCreate.png has changed
Binary file docs/DMRN+10/img/qrcode.png has changed
--- 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