This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients benjamin.peterson, loewis
Date 2008-11-26.19:00:36
SpamBayes Score 5.5310075e-08
Marked as misclassified No
Message-id <492D9CD2.6010409@v.loewis.de>
In-reply-to <1afaf6160811260935l23b1faa6kf3b4aaff407d5755@mail.gmail.com>
Content
> I wonder if a better way would be to configure the imports fixer
> through the options dict passed to RefactoringTool. i.e.
> 
>  RefactoringTool(..., {"fix_imports:dont_transform" : ["commands",
> "other_module"]})

That's very obscure, IMO. I didn't know that syntax existed, and
I can't guess easily what it means (in general).

In the specific case, it's also difficult to pass the options,
since the distutils command doesn't support doing so.
History
Date User Action Args
2008-11-26 19:00:38loewissetrecipients: + loewis, benjamin.peterson
2008-11-26 19:00:37loewislinkissue4423 messages
2008-11-26 19:00:36loewiscreate