diff options
author | Marko Kreen | 2007-07-25 10:14:23 +0000 |
---|---|---|
committer | Marko Kreen | 2007-07-25 10:14:23 +0000 |
commit | 06fd7509fcf0ff672e7151706ef3ed5fb6008d67 (patch) | |
tree | c09ad81199d1bde4367be9428a6c53c259c66c3e /python/skytools/scripting.py | |
parent | 1fa22291f659bae109b603f67274fc3be615fda7 (diff) |
skytools: docstring shuffle, hide/remove low-level/old stuff
Diffstat (limited to 'python/skytools/scripting.py')
-rw-r--r-- | python/skytools/scripting.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/skytools/scripting.py b/python/skytools/scripting.py index 058ff523..71cf3f89 100644 --- a/python/skytools/scripting.py +++ b/python/skytools/scripting.py @@ -8,8 +8,8 @@ from skytools.config import * from skytools.psycopgwrapper import connect_database import skytools.skylog -__all__ = ['daemonize', 'run_single_process', 'DBScript', - 'I_AUTOCOMMIT', 'I_READ_COMMITTED', 'I_SERIALIZABLE'] +__all__ = ['DBScript', 'I_AUTOCOMMIT', 'I_READ_COMMITTED', 'I_SERIALIZABLE'] +#__all__ += ['daemonize', 'run_single_process'] # # daemon mode |