In aes.py there is 4 time this code:
if str(type(data)) != "<type 'string'>":
With python 2.3, it doesn't work, much better to use:
if str(type(data)) != str(type("")):
Nobody/Anonymous
None
None
Public
|
Date: 2006-04-29 15:28 Logged In: YES |
|
Date: 2004-06-14 15:16 Logged In: NO |
|
Date: 2004-04-12 20:06 Logged In: NO |
|
Date: 2004-02-19 09:04 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| resolution_id | None | 2004-02-19 09:04 | marcoberi |