summaryrefslogtreecommitdiff
path: root/python/pgq/status.py
diff options
context:
space:
mode:
authorMarko Kreen2009-09-10 10:36:47 +0000
committerMarko Kreen2009-09-10 11:54:14 +0000
commitf0fab5d93e7ec3e12b47a6c25b03a805f1a80514 (patch)
treeb1176ed491402ee9554a194d6a508e66a854d9ae /python/pgq/status.py
parent8ee1c37f7c528a70a2b4bce509829621dba0b9b8 (diff)
python/: clean up imports
- Remove unused imports - Remove relative imports
Diffstat (limited to 'python/pgq/status.py')
-rw-r--r--python/pgq/status.py2
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']