From a9a4bc08485130fc1bb2257292b415e70e33bfb1 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 2 Jun 2014 07:32:21 +0200 Subject: ipaplatform: Remove remnants of the ipapython/platform https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin --- ipapython/platform/base/__init__.py | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ipapython/platform/base/__init__.py (limited to 'ipapython/platform/base') diff --git a/ipapython/platform/base/__init__.py b/ipapython/platform/base/__init__.py deleted file mode 100644 index 9b5960584..000000000 --- a/ipapython/platform/base/__init__.py +++ /dev/null @@ -1,31 +0,0 @@ -# Authors: Alexander Bokovoy -from ipaplatform.paths import paths -# -# Copyright (C) 2011 Red Hat -# see file 'COPYING' for use and warranty information -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# Firefox paths -FIREFOX_EXEC = paths.FIREFOX -FIREFOX_INSTALL_DIRS = [paths.LIB64_FIREFOX, paths.LIB_FIREFOX] -# /firefox/install/dir/FIREFOX_PREFERENCES_REL_PATH -FIREFOX_PREFERENCES_REL_PATH = "browser/defaults/preferences" - - - - - - - -- cgit