diff options
Diffstat (limited to 'nautilus/mat2.py')
| -rw-r--r-- | nautilus/mat2.py | 2 |
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 | |||
| 10 | thread, so we'll have to resort to using a `queue` to pass "messages" around. | 10 | thread, 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 | ||
| 15 | import queue | 15 | import queue |
| 16 | import threading | 16 | import threading |
