scenarioapi/constants: Use uncompressed index file

This commit is contained in:
Fatih Aşıcı
2010-07-16 05:46:10 +00:00
parent 92badfd36a
commit 51337f1c14
+1 -1
View File
@@ -45,7 +45,7 @@ consts.scenarios_path = "scenarios/"
consts.pisi_db = "db/"
consts.repo_name = "scenario-db"
consts.repo_path = "repo/"
consts.repo_url = consts.repo_path + "pisi-index.xml.bz2"
consts.repo_url = consts.repo_path + "pisi-index.xml"
consts.glob_pisis = "*.pisi"
consts.pisi_suffix = ".pisi"