* forgotten

This commit is contained in:
Eray Özkural
2005-07-29 00:14:27 +00:00
parent 48801607ac
commit cd48ab05df
+1 -5
View File
@@ -7,11 +7,7 @@ import os, fcntl
from config import config
import packagedb, util
from pisi.purl import PUrl
class Repo:
def __init__(self, indexuri):
self.indexuri = indexuri
class RepoDB(object):
"""RepoDB maps repo ids to repository information"""
def __init__(self):