mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 15:40:06 +01:00
add isort
This commit is contained in:
@@ -17,7 +17,6 @@ import os.path
|
||||
|
||||
import gi
|
||||
|
||||
|
||||
gi.require_version("Gtk", "3.0")
|
||||
gi.require_version("GtkSource", "3.0")
|
||||
gi.require_version("Notify", "0.7")
|
||||
|
||||
@@ -20,10 +20,10 @@ import threading
|
||||
|
||||
import gdb
|
||||
import gi
|
||||
import gui
|
||||
|
||||
from gi.repository import Gdk, GdkPixbuf, GLib, GObject, Gtk, GtkSource
|
||||
|
||||
import gui
|
||||
|
||||
(read_pipe, write_pipe) = os.pipe()
|
||||
|
||||
_event_queue = queue.Queue()
|
||||
|
||||
Reference in New Issue
Block a user