File: defs_py3.py

package info (click to toggle)
pykdumpfile 0.5.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 296 kB
  • sloc: python: 2,607; ansic: 447; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
'''addrxlat.defs_py3
'''

unicode_type = str
binary_type = bytes

def restore_exception(exc, val, tb):
    raise exc(val).with_traceback(tb)