[yum-commits] repo-graph.py

skvidal at osuosl.org skvidal at osuosl.org
Tue Jan 12 19:48:51 UTC 2010


 repo-graph.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 974e4ecbec759db533d33f1c8dfbc7752a938259
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Jan 12 14:48:57 2010 -0500

    whoops - import sys, too

diff --git a/repo-graph.py b/repo-graph.py
index d1ee544..e771874 100755
--- a/repo-graph.py
+++ b/repo-graph.py
@@ -20,6 +20,7 @@
 # $ neato -v -Gmaxiter=2000 -x -Gcenter=false -Goverlap=scale -Tps2 -o foo.ps foo.dot
 
 import yum
+import sys
 from yum.misc import getCacheDir
 from optparse import OptionParser
 


More information about the Yum-commits mailing list