From 2d069ef0cd8781dfbccd7a9245a2f9c811a035fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 21 Jun 2010 09:21:03 +0000 Subject: [PATCH] constants: Remove unused strings --- pisi/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pisi/constants.py b/pisi/constants.py index e357f289..80f73e91 100644 --- a/pisi/constants.py +++ b/pisi/constants.py @@ -88,8 +88,6 @@ class Constants: self.__c.files_xml = "files.xml" self.__c.metadata_xml = "metadata.xml" self.__c.install_tar = "install.tar" - self.__c.install_tar_lzma = "install.tar.lzma" - self.__c.install_tar_xz = "install.tar.xz" self.__c.mirrors_conf = "/etc/pisi/mirrors.conf" self.__c.sandbox_conf = "/etc/pisi/sandbox.conf" self.__c.blacklist = "/etc/pisi/blacklist"