From ccc1ebc05266a45f8988e2b8d4ab8f47a1db8994 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 9 Nov 2017 13:42:02 +0100 Subject: event_loop: Remove unneeded commented import line and explanation Those lines come most probably from copy+paste using test.py header when creating the file. Change-Id: I7854d96de00124324bfbac8960e18ec30aa21296 --- src/osmo_gsm_tester/event_loop.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/osmo_gsm_tester/event_loop.py') diff --git a/src/osmo_gsm_tester/event_loop.py b/src/osmo_gsm_tester/event_loop.py index 6f64ef9..ebe6afb 100644 --- a/src/osmo_gsm_tester/event_loop.py +++ b/src/osmo_gsm_tester/event_loop.py @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# These will be initialized before each test run. -# A test script can thus establish its context by doing: -# from osmo_gsm_tester.test import * import time from . import log -- cgit v1.2.3