This commit is contained in:
Kovid Goyal 2017-10-20 11:15:33 +05:30
parent 4f6084c9f2
commit 73b6cc433b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -50,8 +50,6 @@ class DumpCommands: # {{{
class Boss: class Boss:
daemon = True
def __init__(self, glfw_window, opts, args): def __init__(self, glfw_window, opts, args):
self.window_id_map = WeakValueDictionary() self.window_id_map = WeakValueDictionary()
startup_session = create_session(opts, args) startup_session = create_session(opts, args)