From 1e0085185e70cf755a5f2d2333b957eaaa7afa38 Mon Sep 17 00:00:00 2001 From: moculus Date: Sat, 19 Jan 2008 05:08:39 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.py b/application.py index 9d25230..da5074d 100755 --- a/application.py +++ b/application.py @@ -741,7 +741,7 @@ class Application(object): def draw_nothing(self): self.win.addstr(self.y-1, 0, util.pad('', self.x - 1)) -def open_aes_file(path, nl, name=None): +def open_aes_file(path, nl, name=None, binary=False): if os.path.isfile(path) or not os.path.exists(path): p = getpass.getpass("Please enter the AES password: ") return buffer.AesBuffer(path, p, nl, name)