mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-27 19:06:12 +02:00
Porting code with 2to3 with some manual changes. The pillow modules is now required https://github.com/python-imaging/Pillow/
This commit is contained in:
parent
f629773772
commit
b3a4bdaf4b
10 changed files with 54 additions and 53 deletions
|
@ -25,6 +25,7 @@ __date__ = "$Date: 2010/10/01 $"
|
|||
__license__ = "GPLv3"
|
||||
|
||||
import base64
|
||||
from functools import reduce
|
||||
|
||||
def a2bits(chars):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue