Mercurial > hg > webaudioevaluationtool
comparison pythonServer.py @ 2087:3feebc3acec6
Add Graphics to DMRN Poster
author | Dave Moffat <me@davemoffat.com> |
---|---|
date | Wed, 16 Dec 2015 10:20:25 +0000 |
parents | 56bdd4d357f9 |
children | f9c9a40f33bd |
comparison
equal
deleted
inserted
replaced
2086:c730ca2708b6 | 2087:3feebc3acec6 |
---|---|
1 #!/usr/bin/python | |
2 | |
1 import BaseHTTPServer | 3 import BaseHTTPServer |
2 from os import walk | 4 from os import walk |
3 from os import path | 5 from os import path |
4 from os import listdir | 6 from os import listdir |
5 import inspect | 7 import inspect |