hope I got the merge wright...
[monitor.git] / monitor / util / __init__.py
index b3268d9..c5a3dfd 100644 (file)
@@ -1,8 +1,10 @@
-__all__=["writepid","removepid","daemonize"]
 
 import time
 import math
 
+# import local file.py
+import file
+
 def diff_time(timestamp, abstime=True):
        now = time.time()
        if timestamp == None: