projects
/
data_logger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cd3cf
)
Minor documentation addition
author
W. Trevor King
<wking@drexel.edu>
Thu, 9 Oct 2008 16:20:49 +0000
(12:20 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 9 Oct 2008 16:20:49 +0000
(12:20 -0400)
data_logger.py
patch
|
blob
|
history
diff --git
a/data_logger.py
b/data_logger.py
index 697c92f5e923e4610e88a6a837ef110613b3bf7d..1b6b0a1e154297085413e2b5c79a01f9edcfcb53 100644
(file)
--- a/
data_logger.py
+++ b/
data_logger.py
@@
-1,6
+1,7
@@
#!/user/bin/python
#
# Define some simple data logging classes for consistency
+# see the test functions for some usage examples
import os, os.path
import stat