Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to skip sections of source file #18

Open
miki725 opened this issue Oct 15, 2014 · 0 comments
Open

add ability to skip sections of source file #18

miki725 opened this issue Oct 15, 2014 · 0 comments

Comments

@miki725
Copy link
Owner

miki725 commented Oct 15, 2014

In some scenarios, before an import is made, it requires another import which also needs to execute a regular Python statement:

import a
a.foo()
import b # requires both statements above

There should be ability to skip such import sections:

<imports>

# block importanize                         |    
import a                                    | will
a.foo()                                     | not be
import b # requires both statements above   | organized
# endblock importanize                      |

<more imports>
@miki725 miki725 added this to the 0.2 milestone Oct 15, 2014
@miki725 miki725 removed this from the 0.2 milestone Oct 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant