Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 123 → Rev 124

/relevation/branches/0.2/relevation.py
1,17 → 1,13
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
 
import getopt
import libxml2
import os
import sys
import zlib
from Crypto.Cipher import AES
 
"""
Relevation Password Printer
a command line interface to Revelation Password Manager
a command line interface to Revelation Password Manager.
 
This program is published under a BSD 3-clause license,
the full license text is included in a separate file.
 
Code based on Revelation's former BTS (no longer online, not archived?):
(ref1) code:
http://oss.wired-networks.net/bugzilla/attachment.cgi?id=13&action=view
20,7 → 16,14
-> http://web.archive.org/http://oss.wired-networks.net/bugzilla/show_bug.cgi?id=111
(ref3) http://docs.python.org/library/zlib.html
"""
import getopt
import libxml2
import os
import sys
import zlib
from Crypto.Cipher import AES
 
 
__author__ = 'Toni Corvera'
__date__ = '$Date$'
__revision__ = '$Rev$'