~ubuntu-branches/ubuntu/gutsy/python-dns/gutsy-security

« back to all changes in this revision

Viewing changes to debian/patches/08import-lib.patch

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2007-05-22 20:59:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070522205924-9k8o81y1os1h2mhh
Tags: 2.3.1-1
* New upstream release
* Add debian/watch
* Remove debian/patches and all patches (incorporated upstream)
* Remove debian/rules entry for patch system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur python-dns-2.3.0/DNS/Base.py python-dns-2.3.0.new/DNS/Base.py
2
 
--- python-dns-2.3.0/DNS/Base.py        2007-05-11 17:23:44.000000000 -0400
3
 
+++ python-dns-2.3.0.new/DNS/Base.py    2007-05-11 17:27:23.000000000 -0400
4
 
@@ -204,6 +204,7 @@
5
 
 
6
 
     def sendTCPRequest(self, server):
7
 
         " do the work of sending a TCP request "
8
 
+        import time, Lib
9
 
         self.response=None
10
 
         for self.ns in server:
11
 
             try: