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

Make funcparserlib imports more compact #23

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 1 comment
Open

Make funcparserlib imports more compact #23

GoogleCodeExporter opened this issue Apr 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

For example, instead of:

    from funcparserlib.lexer import make_tokenizer, Token
    from funcparserlib.parser import tok, many, fwd

allow this:

    from funcparserlib import make_tokenizer, Token, tok, many, fwd

Original issue reported on code.google.com by andrey.vlasovskikh on 26 May 2011 at 11:19

@GoogleCodeExporter
Copy link
Author

Original comment by andrey.vlasovskikh on 22 Nov 2011 at 10:43

  • Changed state: Started

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

2 participants