summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asynchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_asynchat.py')
-rw-r--r--Lib/test/test_asynchat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asynchat.py b/Lib/test/test_asynchat.py
index 9926167..6bcedd6 100644
--- a/Lib/test/test_asynchat.py
+++ b/Lib/test/test_asynchat.py
@@ -77,7 +77,7 @@ class TestAsynchat(unittest.TestCase):
s = echo_server()
s.start()
time.sleep(1) # Give server time to initialize
- c = echo_client(6L)
+ c = echo_client(6)
c.push("hello ")
c.push("world\n")
asyncore.loop()