diff rhodecode/lib/auth_modules/auth_pam.py @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents ffd45b185016
children
line wrap: on
line diff
--- a/rhodecode/lib/auth_modules/auth_pam.py	Wed Jul 02 19:04:00 2014 -0400
+++ b/rhodecode/lib/auth_modules/auth_pam.py	Wed Jul 02 19:04:28 2014 -0400
@@ -12,7 +12,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
-rhodecode.lib.auth_pam
+kallithea.lib.auth_pam
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 RhodeCode authentication library for PAM
@@ -30,8 +30,8 @@
 import socket
 import threading
 
-from rhodecode.lib import auth_modules
-from rhodecode.lib.compat import formatted_json, hybrid_property
+from kallithea.lib import auth_modules
+from kallithea.lib.compat import formatted_json, hybrid_property
 
 log = logging.getLogger(__name__)