Skip to content

Commit

Permalink
update setup and crash2json.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanbo committed Nov 21, 2021
1 parent 6c35be8 commit ceab3b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions crash2json/_crash2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# @Time : 20211119 23:09
# @Author : yanbo92

from _header import Header
from _exception_information import ExceptionInformation
from _diagnostic_message import DiagnosticMessage
from _exception_backtrace import ExceptionBacktrace
from _thread_0_backtrace import BacktraceForThread0
from _other_threads_backtrace import BacktraceForAllThreads
from _crashed_thread_state import CrashThreadState
from _binary_image import BinaryImage
from crash2json._header import Header
from crash2json._exception_information import ExceptionInformation
from crash2json._diagnostic_message import DiagnosticMessage
from crash2json._exception_backtrace import ExceptionBacktrace
from crash2json._thread_0_backtrace import BacktraceForThread0
from crash2json._other_threads_backtrace import BacktraceForAllThreads
from crash2json._crashed_thread_state import CrashThreadState
from crash2json._binary_image import BinaryImage
from collections import OrderedDict
import os
import json
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import find_packages

setup(name='crash2json',
version='2.1',
version='2.2',
description='Parse appple crash report to json file',
author='yanbo92',
author_email='[email protected]',
Expand Down

0 comments on commit ceab3b7

Please sign in to comment.