---
 repoquery.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/repoquery.py b/repoquery.py
index 5828f03..2d053a6 100755
--- a/repoquery.py
+++ b/repoquery.py
@@ -856,12 +856,6 @@ def main(args):
             for repo in repoq.repos.findRepos(repo_match):
                 repo.enable()
 
-    try:
-        repoq.doRepoSetup()
-    except yum.Errors.RepoError, e:
-        repoq.logger.error("Could not setup repo: %s" % (e))
-        sys.exit(50)
-    
     for exp in regexs:
         if exp.endswith('.src'):
             needsource = 1
-- 
1.7.0.1

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to