mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-30 20:47:04 +03:00
Whitespace fixes
This commit is contained in:
@@ -174,7 +174,7 @@ def _dbi_binary_quote(s):
|
|||||||
e = i
|
e = i
|
||||||
if m == 0: # No overhead ? use this !
|
if m == 0: # No overhead ? use this !
|
||||||
break;
|
break;
|
||||||
|
|
||||||
# Generate output
|
# Generate output
|
||||||
out = []
|
out = []
|
||||||
out.append( chr(e) ) # Offset
|
out.append( chr(e) ) # Offset
|
||||||
@@ -439,7 +439,7 @@ if __name__ == '__main__':
|
|||||||
done = False
|
done = False
|
||||||
first = True
|
first = True
|
||||||
card = None
|
card = None
|
||||||
|
|
||||||
while not done:
|
while not done:
|
||||||
# Connect transport
|
# Connect transport
|
||||||
print "Insert card now (or CTRL-C to cancel)"
|
print "Insert card now (or CTRL-C to cancel)"
|
||||||
|
|||||||
Reference in New Issue
Block a user