]> git.phdru.name Git - m_lib.git/blobdiff - m_lib/clock/tstclock.py
Remove wrong copyright lines, fix module docstrings
[m_lib.git] / m_lib / clock / tstclock.py
index 827fa1d9be2729af1b1e0020a3034d1722fa86a8..5dd17375d41e89f817649550fe7528133b00b6b1 100755 (executable)
@@ -1,9 +1,5 @@
 #! /usr/bin/env python
-"""
-   Define clock() for systems that do not have it
-
-   Written by Broytman, Jul 1997. Copyright (C) 1997 PhiloSoft Design
-"""
+"""Define clock() for systems that do not have it"""
 
 from clock import clock
 from time import sleep