about summary refs log tree commit diff stats
path: root/examples/plugin_ipc.py
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-07-05 15:25:24 +0200
committertoonn <toonn@toonn.io>2020-07-05 15:25:24 +0200
commit9e6d29ab46bc44b90a69d55e095067fcabc115e3 (patch)
treefebecdd19e6905a20f0564fb52e93e74cb4e575f /examples/plugin_ipc.py
parent6a871101331b9b6ea19958946cfd4f5845505d38 (diff)
downloadranger-9e6d29ab46bc44b90a69d55e095067fcabc115e3.tar.gz
Fix two issues caught by pylint3k
One lacking `from __future__ import absolute_import` and one
implicit-format-spec (a custom check!) : )
Diffstat (limited to 'examples/plugin_ipc.py')
0 files changed, 0 insertions, 0 deletions
'/akkartik/mu/commit/baremetal/ex3.mu?h=main&id=be87d723358c5889541fd145f76398bc4447584b'>be87d723 ^
1a43d12b ^
be87d723 ^

74f1512f ^
be87d723 ^
74f1512f ^
be87d723 ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29