Import urllib2.

This commit is contained in:
Loïc Minier 2008-08-18 12:07:45 +02:00
parent 3919c682e6
commit 9a34c5c278
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.40ubuntu3) intrepid; urgency=low
* Import urllib2.
-- Loic Minier <lool@dooz.org> Mon, 18 Aug 2008 12:07:27 +0200
ubuntu-dev-tools (0.40ubuntu2) intrepid; urgency=low
* requestsync: Correct print statement redirect to sys,stderr.

View File

@ -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.