jhbuild r1898 - in trunk: . jhbuild/versioncontrol
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r1898 - in trunk: . jhbuild/versioncontrol
- Date: Sat, 16 Feb 2008 09:54:16 +0000 (GMT)
Author: fpeters
Date: Sat Feb 16 09:54:15 2008
New Revision: 1898
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1898&view=rev
Log:
* jhbuild/versioncontrol/tarball.py: added missing import
(closes: #513830)
Modified:
trunk/ChangeLog
trunk/jhbuild/versioncontrol/tarball.py
Modified: trunk/jhbuild/versioncontrol/tarball.py
==============================================================================
--- trunk/jhbuild/versioncontrol/tarball.py (original)
+++ trunk/jhbuild/versioncontrol/tarball.py Sat Feb 16 09:54:15 2008
@@ -23,6 +23,7 @@
import os
import md5
import urlparse
+import urllib2
from jhbuild.errors import FatalError, CommandError, BuildStateError
from jhbuild.versioncontrol import Repository, Branch, register_repo_type
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]