Skip to content

Commit 499df1b

Browse files
tcwanschodet
authored andcommitted
Fix nxt_filer
Closes #181
1 parent 9a7ebad commit 499df1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/nxt_filer

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ import nxt.locator
5757
from usb.core import USBError
5858
from nxt.locator import BrickNotFoundError
5959
from nxt.error import FileExistsError, SystemProtocolError
60-
from nxt.telegram import OPCODES, Telegram
6160

6261

6362
def play_soundfile(b, fname):
@@ -382,9 +381,7 @@ class AboutDialog(Gtk.AboutDialog):
382381

383382
class Application(Gtk.Application):
384383
def __init__(self, *args, **kwargs):
385-
super().__init__(*args,
386-
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
387-
**kwargs)
384+
super().__init__(*args, **kwargs)
388385
self.window = None
389386

390387
self.set_option_context_summary(

0 commit comments

Comments
 (0)