about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tc_signal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_signal.py b/test/tc_signal.py
index 3b1bac40..6547bbc3 100644
--- a/test/tc_signal.py
+++ b/test/tc_signal.py
@@ -21,7 +21,7 @@ if sys.path[1] != rangerpath:
 
 import unittest
 import gc
-from ranger.ext.signal_dispatcher import *
+from ranger.ext.signals import *
 
 class TestSignal(unittest.TestCase):
 	def setUp(self):