<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23690">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pySim/filesystem.py: fix compatibility with Python 3.5<br><br>Change-Id: Ia4021551bcd28e6020958964f6f4e9b6dc989d94<br>Related: OS#5111<br>---<br>M pySim/filesystem.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/90/23690/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/filesystem.py b/pySim/filesystem.py</span><br><span>index e97fbf6..45b3932 100644</span><br><span>--- a/pySim/filesystem.py</span><br><span>+++ b/pySim/filesystem.py</span><br><span>@@ -65,7 +65,7 @@</span><br><span>         self.parent = parent</span><br><span>         if self.parent and self.parent != self and self.fid:</span><br><span>             self.parent.add_file(self)</span><br><span style="color: hsl(0, 100%, 40%);">-        self.shell_commands: List[CommandSet] = []</span><br><span style="color: hsl(120, 100%, 40%);">+     self.shell_commands = [] # type: List[CommandSet]</span><br><span> </span><br><span>        # Note: the basic properties (fid, name, ect.) are verified when</span><br><span>     # the file is attached to a parent file. See method add_file() in</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23690">change 23690</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/23690"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia4021551bcd28e6020958964f6f4e9b6dc989d94 </div>
<div style="display:none"> Gerrit-Change-Number: 23690 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>