Package pymeterlib :: Module Utils
[show private | hide private]
[frames | no frames]

Module pymeterlib.Utils

Utilities used with PyMeter.

Author: Corey Goldberg

Copyright: (C) 2005 Corey Goldberg

License: GNU General Public License (GPL)

Function Summary
  check_lock()
check the lock and don't allow multiple versions of PyMeter to run
  log(text)
write text out to the log file with a timestamp
  write_lock(working_dir)
create a new lock file and write the current pid into it

Variable Summary
str working_dir = './'

Function Details

check_lock()

check the lock and don't allow multiple versions of PyMeter to run

log(text)

write text out to the log file with a timestamp

write_lock(working_dir)

create a new lock file and write the current pid into it

Variable Details

working_dir

Type:
str
Value:
'./'                                                                   

Generated by Epydoc 2.1 on Fri Mar 17 09:16:20 2006 http://epydoc.sf.net