enc cleanup

This commit is contained in:
Marcos Pinto 2007-06-07 19:21:58 +00:00
parent d2ca1cc97e
commit 5a04b7aeed

View File

@ -109,7 +109,7 @@ def open_url_in_browser(dialog, link):
# Encryption States # Encryption States
class EncState: class EncState:
enabled, disabled, forced = range(3) forced, enabled, disabled = range(3)
class EncLevel: class EncLevel:
plaintext, both, rc4 = range(3) plaintext, rc4, both = range(3)