From 4d95f0bedebbcece22f85d2bf5eedb7db86b1322 Mon Sep 17 00:00:00 2001 From: gmcm Date: Thu, 26 Sep 2002 13:38:35 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1266 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/password.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundup/password.py b/roundup/password.py index 0ba2c5e..459e1f7 100644 --- a/roundup/password.py +++ b/roundup/password.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: password.py,v 1.6 2002-09-26 07:39:21 richard Exp $ +# $Id: password.py,v 1.7 2002-09-26 13:38:35 gmcm Exp $ __doc__ = """ Password handling (encoding, decoding). @@ -23,7 +23,7 @@ Password handling (encoding, decoding). import sha, re, string try: - import crypt: + import crypt except: crypt = None pass -- 2.30.2