summaryrefslogtreecommitdiff
path: root/tic/repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tic/repo.py')
-rw-r--r--tic/repo.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tic/repo.py b/tic/repo.py
index a7c09d4..96c0146 100644
--- a/tic/repo.py
+++ b/tic/repo.py
@@ -151,9 +151,4 @@ def get_repodata_from_repos(repos, cachedir):
"proxies":None,
"patterns":fpath_info['patterns'],
"comps":fpath_info['comps']})
- return repodata
-
-
-RepoType = collections.namedtuple('Repo', 'name, url')
-def Repo(name, baseurl):
- return RepoType(name, baseurl) \ No newline at end of file
+ return repodata \ No newline at end of file