summaryrefslogtreecommitdiff
path: root/nautilus/mat2.py
diff options
context:
space:
mode:
Diffstat (limited to 'nautilus/mat2.py')
-rw-r--r--nautilus/mat2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus/mat2.py b/nautilus/mat2.py
index 11e6986..7e94cac 100644
--- a/nautilus/mat2.py
+++ b/nautilus/mat2.py
@@ -10,7 +10,7 @@ so we're not allowed to call anything Gtk-related outside of the main
10thread, so we'll have to resort to using a `queue` to pass "messages" around. 10thread, so we'll have to resort to using a `queue` to pass "messages" around.
11""" 11"""
12 12
13# pylint: disable=no-name-in-module,unused-argument,no-self-use,import-error 13# pylint: disable=no-name-in-module,unused-argument,import-error
14 14
15import queue 15import queue
16import threading 16import threading