Skip to content
Success

Changes

Summary

  1. transport/init/cosmetic: move copryight header to the top (details)
  2. runtime/cosmetic: add line break (details)
Commit eda6182eddbab48fbd27fe5439b18cb64f19f229 by pmaier@sysmocom.de
transport/init/cosmetic: move copryight header to the top

The copyright header seems to be misplaced, let's move it to the top.

Change-Id: I8358cca3bc9adb5a186a8b38a3bd90d7aec60d5c
The file was modifiedpySim/transport/__init__.py
Commit eb7c5d85d092f3f36981960145484243c8e3163a by pmaier@sysmocom.de
runtime/cosmetic: add line break

The other source files have a line break between the character encoding
qualifier line and the python comment. Let's add a line break here
as well to maintain consistency.

Change-Id: Ied6b77eede748f1ddf6fde17c9b434fa4dd1114a
The file was modifiedpySim/runtime.py