Mercurial > hg > webaudioevaluationtool
comparison pythonServer.py @ 1081:267cbf724628
Add Graphics to DMRN Poster
author | Dave <djmoffat@users.noreply.github.com> |
---|---|
date | Wed, 16 Dec 2015 10:20:25 +0000 |
parents | 888292c88c33 |
children | f9c9a40f33bd |
comparison
equal
deleted
inserted
replaced
1080:c6893568a8f6 | 1081:267cbf724628 |
---|---|
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 |