jhbuild r1898 - in trunk: . jhbuild/versioncontrol



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]