Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 592 → Rev 593

/relevation/branches/1.3/relevation.py
57,7 → 57,7
import gzip # py2exe again
import hashlib # required by newer format
# PBKDF2 stolen from Revelation
import PBKDF2
from relevation import PBKDF2
 
USE_PYCRYPTO = True
 
77,7 → 77,7
__revision__ = '$Rev$'
__version_info__ = ( 1, 3 ) #, 0 ) # Note: For x.y.0, only x and y are kept
__version__ = '.'.join(map(str, __version_info__))
RELEASE=True
RELEASE=not True
 
# These are pseudo-standardized exit codes, in Linux (*NIX?) they are defined
#+in the header </usr/include/sysexits.h> and available as properties of 'os'