changeset 403:bcab1f6d32e6

Add Graphics to DMRN Poster
author Dave <d.j.moffat@qmul.ac.uk>
date Wed, 16 Dec 2015 10:20:25 +0000
parents fbfaa7c6fd3b
children 0fb68b66a71c
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