Description: fix tests for Debian infrastructure
 Remove hack around importing __init__ and mucking with python's module path;
 the pacakge build infrastructure takes care of that
Origin: vendor
Last-Update: 2026-06-07

--- python-pause-0.3.orig/pause/tests/test_pause.py
+++ python-pause-0.3/pause/tests/test_pause.py
@@ -8,9 +8,7 @@ import unittest
 from datetime import datetime
 from datetime import timedelta
 import time
-
-sys.path.insert(0, '..')
-import __init__ as pause
+import pause
 
 class TestPauseFor(unittest.TestCase):
     """ Test the delay function of PauseFor """
