Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/network.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-04-21 18:08:04 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-04-21 18:08:04 (GMT)
commit9dfe7d279c2adb4fc32999867a30e02ac3e64ad0 (patch)
treebaea715200424ae6e2d4b181464c5c696e54d88d /chat/network.py
parentda89103081c3f49d235699d2bd66e1109067e7f5 (diff)
- Add emacs magic for spacing
Diffstat (limited to 'chat/network.py')
-rw-r--r--chat/network.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chat/network.py b/chat/network.py
index a685a38..1f2c904 100644
--- a/chat/network.py
+++ b/chat/network.py
@@ -1,3 +1,5 @@
+# -*- tab-width: 4; indent-tabs-mode: t -*-
+
import socket
import threading
import traceback