mirror of https://github.com/pwndbg/pwndbg.git
Py3k (#817)
* Py3k * Dont run py2 on CI * Don't launch futurize on CI * Move to latest isort options * Modernize imports (isort>=5) * Fix removed jump dirpull/818/head
parent
ccd8f76803
commit
301012abf2
@ -1,5 +1,4 @@
|
||||
[settings]
|
||||
indent=' '
|
||||
not_skip = __init__.py
|
||||
force_single_line = 1
|
||||
known_third_party=capstone,unicorn,six,psutil,pycparser,gdb
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pwndbg.emu.x86
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue