File: defs_py2.py

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

unicode_type = unicode
binary_type = str

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