lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Don't load readline unconditionally


From: David Kastrup
Subject: [PATCH] Don't load readline unconditionally
Date: Tue, 3 Jul 2012 17:44:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> Namely, git-cl first tries importing readline unconditionally, then it
> tries importing it again conditionally.
>
> That does not look all too clever.  Perhaps removing the unconditional
> import is all that is needed?

>From d5d718a5335935b9268aefc49eb3b0cc77fe62ec Mon Sep 17 00:00:00 2001

---
 git-cl |    1 -
 1 file changed, 1 deletion(-)

diff --git a/git-cl b/git-cl
index d421ef1..a8fb857 100755
--- a/git-cl
+++ b/git-cl
@@ -6,7 +6,6 @@ import getpass
 import optparse
 import os
 import re
-import readline
 import subprocess
 import sys
 import tempfile
-- 
1.7.9.5



-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]