diff options
| author | Tomas Babej <tbabej@redhat.com> | 2014-06-02 07:32:21 +0200 |
|---|---|---|
| committer | Petr Viktorin <pviktori@redhat.com> | 2014-06-16 19:48:20 +0200 |
| commit | a9a4bc08485130fc1bb2257292b415e70e33bfb1 (patch) | |
| tree | ae50d78364bbe27d8fd1a28841dbe7d876cac6f6 /ipapython/platform/base | |
| parent | 4d2ef43f287aa96df3d65b97977fc7a824b6b33c (diff) | |
| download | freeipa-a9a4bc08485130fc1bb2257292b415e70e33bfb1.tar.gz freeipa-a9a4bc08485130fc1bb2257292b415e70e33bfb1.tar.xz freeipa-a9a4bc08485130fc1bb2257292b415e70e33bfb1.zip | |
ipaplatform: Remove remnants of the ipapython/platform
https://fedorahosted.org/freeipa/ticket/4052
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipapython/platform/base')
| -rw-r--r-- | ipapython/platform/base/__init__.py | 31 |
1 files changed, 0 insertions, 31 deletions
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 <abokovoy@redhat.com> -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 <http://www.gnu.org/licenses/>. - -# 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" - - - - - - - |
