summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:23:03 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:23:03 +0000
commit44f2799067ced9b6b25548dd9a939356d4af0a8b (patch)
tree17e5c731519fc1a89242460c95e69316a31dd50a /tests
parent963da226f3c9e6329a1975985884bb2370d7073e (diff)
downloaddnspython-44f2799067ced9b6b25548dd9a939356d4af0a8b.tar.gz
remove cvs $Id$ tags
Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40
Diffstat (limited to 'tests')
-rw-r--r--tests/flags.py2
-rw-r--r--tests/message.py2
-rw-r--r--tests/name.py2
-rw-r--r--tests/namedict.py2
-rw-r--r--tests/ntoaaton.py2
-rw-r--r--tests/rdtypeandclass.py2
-rw-r--r--tests/resolver.py2
-rw-r--r--tests/rrset.py2
-rw-r--r--tests/set.py2
-rw-r--r--tests/tokenizer.py2
-rw-r--r--tests/update.py2
-rw-r--r--tests/zone.py2
12 files changed, 0 insertions, 24 deletions
diff --git a/tests/flags.py b/tests/flags.py
index 662b1cb..1d20388 100644
--- a/tests/flags.py
+++ b/tests/flags.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: flags.py,v 1.2 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.flags
diff --git a/tests/message.py b/tests/message.py
index 7207e1d..fe73832 100644
--- a/tests/message.py
+++ b/tests/message.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: message.py,v 1.8 2004/03/19 00:17:27 halley Exp $
-
import cStringIO
import os
import unittest
diff --git a/tests/name.py b/tests/name.py
index 8578d57..bc7f177 100644
--- a/tests/name.py
+++ b/tests/name.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: name.py,v 1.13 2004/03/19 00:17:27 halley Exp $
-
import unittest
import cStringIO
diff --git a/tests/namedict.py b/tests/namedict.py
index 4180d25..7cc8120 100644
--- a/tests/namedict.py
+++ b/tests/namedict.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: namedict.py,v 1.5 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.name
diff --git a/tests/ntoaaton.py b/tests/ntoaaton.py
index 52cbc13..d1ddeab 100644
--- a/tests/ntoaaton.py
+++ b/tests/ntoaaton.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: ntoaaton.py,v 1.6 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.exception
diff --git a/tests/rdtypeandclass.py b/tests/rdtypeandclass.py
index 3336538..ff44033 100644
--- a/tests/rdtypeandclass.py
+++ b/tests/rdtypeandclass.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: rdtypeandclass.py,v 1.3 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.rdataclass
diff --git a/tests/resolver.py b/tests/resolver.py
index 1ca8047..88c4091 100644
--- a/tests/resolver.py
+++ b/tests/resolver.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: resolver.py,v 1.4 2004/03/19 00:17:27 halley Exp $
-
import cStringIO
import sys
import time
diff --git a/tests/rrset.py b/tests/rrset.py
index d3704c6..9a1bb9c 100644
--- a/tests/rrset.py
+++ b/tests/rrset.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: rrset.py,v 1.2 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.rrset
diff --git a/tests/set.py b/tests/set.py
index 734b44c..4abf8a1 100644
--- a/tests/set.py
+++ b/tests/set.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: set.py,v 1.4 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.set
diff --git a/tests/tokenizer.py b/tests/tokenizer.py
index 5e6118e..3bd825c 100644
--- a/tests/tokenizer.py
+++ b/tests/tokenizer.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: tokenizer.py,v 1.7 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.exception
diff --git a/tests/update.py b/tests/update.py
index 5eecf7f..33494d3 100644
--- a/tests/update.py
+++ b/tests/update.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: update.py,v 1.5 2004/03/19 00:17:27 halley Exp $
-
import unittest
import dns.update
diff --git a/tests/zone.py b/tests/zone.py
index 2e3ebf1..2394f81 100644
--- a/tests/zone.py
+++ b/tests/zone.py
@@ -13,8 +13,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: zone.py,v 1.21 2004/03/19 00:17:27 halley Exp $
-
import cStringIO
import filecmp
import os