Commit d761dd58 authored by Jim Fulton's avatar Jim Fulton

Moved outputing divider line here.

parent 5b1b12c1
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
############################################################################## ##############################################################################
"""Zope password change system""" """Zope password change system"""
__version__='$Revision: 1.5 $ '[11:-2] __version__='$Revision: 1.6 $ '[11:-2]
import sys, string, sha, binascii, whrandom, getopt, getpass, os import sys, string, sha, binascii, whrandom, getopt, getpass, os
...@@ -119,6 +119,7 @@ def write_access(home, user='', group=''): ...@@ -119,6 +119,7 @@ def write_access(home, user='', group=''):
ac_path=os.path.join(home, 'access') ac_path=os.path.join(home, 'access')
if not os.path.exists(ac_path): if not os.path.exists(ac_path):
print '-'*78
print 'creating default access file' print 'creating default access file'
acfile=open(ac_path, 'w') acfile=open(ac_path, 'w')
pw = '' pw = ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment