diff options
Diffstat (limited to 'python/pgq/status.py')
-rw-r--r-- | python/pgq/status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pgq/status.py b/python/pgq/status.py index d3f285c0..7a434e3e 100644 --- a/python/pgq/status.py +++ b/python/pgq/status.py @@ -2,7 +2,7 @@ """Status display. """ -import sys, os, skytools +import sys, skytools __all__ = ['PGQStatus'] |