diff --git a/debian/changelog b/debian/changelog index 254398c..5424366 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ubuntu-dev-tools (0.40ubuntu3) intrepid; urgency=low + + * Import urllib2. + + -- Loic Minier Mon, 18 Aug 2008 12:07:27 +0200 + ubuntu-dev-tools (0.40ubuntu2) intrepid; urgency=low * requestsync: Correct print statement redirect to sys,stderr. diff --git a/requestsync b/requestsync index 9b3e834..e72f9e2 100755 --- a/requestsync +++ b/requestsync @@ -30,6 +30,7 @@ import os import subprocess import sys import urllib +import urllib2 from debian_bundle.changelog import Version # Use functions from ubuntu-dev-tools to create Launchpad cookie file.