summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Jacobsen <kjetilja@gmail.com>2002-02-21 10:33:32 +0000
committerKjetil Jacobsen <kjetilja@gmail.com>2002-02-21 10:33:32 +0000
commit88f1996382f52303f1837cf6f6e043c83f1c25d0 (patch)
treef5a4fae87778795c3a71a4832939af4727d830b2
parent1006320d421f152a73e28f33bb71d3934e541ced (diff)
downloadpycurl-88f1996382f52303f1837cf6f6e043c83f1c25d0.tar.gz
add id string
-rw-r--r--tests/xmlrpc_curl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xmlrpc_curl.py b/tests/xmlrpc_curl.py
index 3ac7848..894e10a 100644
--- a/tests/xmlrpc_curl.py
+++ b/tests/xmlrpc_curl.py
@@ -1,3 +1,5 @@
+# $Id$
+
import xmlrpclib, pycurl, cStringIO
class CURLTransport(xmlrpclib.Transport):