mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
coredump: sort imports
Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
a0b738cb8f
commit
bf8a3c9f62
1 changed files with 4 additions and 1 deletions
|
|
@ -30,9 +30,12 @@
|
|||
#
|
||||
import io
|
||||
import sys
|
||||
from . import elf
|
||||
import ctypes
|
||||
|
||||
from pycriu import images
|
||||
from . import elf
|
||||
|
||||
|
||||
try:
|
||||
from itertools import ifilter as filter
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue