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
This commit is contained in:
Pau Espin 2017-11-09 13:42:02 +01:00
parent 41dabb3627
commit ccc1ebc052
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# 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