[yum-commits] yumdownloader.py

skvidal at osuosl.org skvidal at osuosl.org
Mon Mar 2 21:40:10 UTC 2009


 yumdownloader.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8862e979ecae64d5463c8c130dea036b752de550
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Mar 2 16:38:52 2009 -0500

    import os and os.path to make the other changes from 2 weeks ago work

diff --git a/yumdownloader.py b/yumdownloader.py
index e5e9c94..53749e9 100755
--- a/yumdownloader.py
+++ b/yumdownloader.py
@@ -14,6 +14,8 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 import sys
+import os
+import os.path
 sys.path.insert(0,'/usr/share/yum-cli')
 
 import yum


More information about the Yum-commits mailing list