From 20d02881a07efc316164149722cf25bcc468b9db Mon Sep 17 00:00:00 2001 From: Kevin Kwon Date: Sat, 10 May 2014 21:57:31 +0900 Subject: [PATCH] fixed autoimport in windows, gVim is displaying --multiprocessing-fork due to the option changed previously. Think it should be reverted back to the previous version --- pymode/rope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymode/rope.py b/pymode/rope.py index b0833ddb..7d50c7d4 100644 --- a/pymode/rope.py +++ b/pymode/rope.py @@ -362,7 +362,7 @@ def __init__(self, path, project_path): if os.path.exists("%s/__init__.py" % project_path): sys.path.append(project_path) - if self.options.get('autoimport'): + if self.options.get('autoimport') == '1': self.generate_autoimport_cache() env.debug('Context init', project_path) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy