Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_status.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-06-27 16:57:23 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-06-27 16:57:23 (GMT)
commit5dce05c339d2fc636b845d7c01d2103c565447f6 (patch)
treeb467ca648fe2feb876705e47ecb86c31b3b2c59b /ka_status.py
parent22d182db24861239a33806c4869b2d6cc7228d8b (diff)
refactoring th code for page handling
Diffstat (limited to 'ka_status.py')
-rw-r--r--ka_status.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/ka_status.py b/ka_status.py
index 16777c5..4f7aa53 100644
--- a/ka_status.py
+++ b/ka_status.py
@@ -15,13 +15,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import os
from gettext import gettext as _
-import ka_debug
-import ka_extensionpoint
+import os
import sys
import traceback
+import ka_debug
+import ka_extensionpoint
+
_proc_status = '/proc/%d/status' % os.getpid()
TOPIC_COLLABORATION = 1000