Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 191 → Rev 192

/relevation/branches/1.1/relevation.py
46,6 → 46,10
import stat
import sys
import zlib
# Help py2exe in packaging lxml
# <http://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules>
import lxml._elementpath as _dummy
import gzip # py2exe again
 
USE_PYCRYPTO = True
 
240,7 → 244,7
fl = os.path.expanduser(parser.get('relevation', 'file'))
if 'password' in ops:
if wr: # TODO: how to check in windows?
sys.stderr.write('Your password can be read by anyone!!!\n')
printe('Your password can be read by anyone!!!')
pw = parser.get('relevation', 'password')
else: # exists but not readable
printe('Configuration file (~/.relevation.conf) is not readable!')