Skip to content

Commit

Permalink
Version 0.124.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 16, 2018
1 parent 0353828 commit c67063c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asn1tools/__init__.py
Expand Up @@ -31,7 +31,7 @@


__author__ = 'Erik Moqvist'
__version__ = '0.123.2'
__version__ = '0.124.0'


class ArgumentParserError(Error):
Expand Down

2 comments on commit c67063c

@xusunny
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello , I used your code, but can you tell me how to import other asn1 specification file , what's the format?
maybe like
'import': {modulename: typename}?

@eerimoq
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, but I don't understand the question.

Here is an example: https://github.com/eerimoq/asn1tools#example-usage

Please sign in to comment.