dexter has uploaded this change for review.

View Change

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
---
M pySim/runtime.py
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/11/41811/1
diff --git a/pySim/runtime.py b/pySim/runtime.py
index 35452a0..19d3538 100644
--- a/pySim/runtime.py
+++ b/pySim/runtime.py
@@ -1,4 +1,5 @@
# coding=utf-8
+
"""Representation of the runtime state of an application like pySim-shell.
"""


To view, visit change 41811. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ied6b77eede748f1ddf6fde17c9b434fa4dd1114a
Gerrit-Change-Number: 41811
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>