[general] Add Python3 support
* Change some formatting to please python3 * remote pyroute2 dependency, for which I didn't find a python3 module in Fedora24 this solves #1
This commit is contained in:
parent
caceb6f20f
commit
4e0e3ef427
7 changed files with 16 additions and 22 deletions
|
@ -38,7 +38,7 @@ class Output(bumblebee.output.Output):
|
|||
self._thread.start()
|
||||
|
||||
def start(self):
|
||||
print json.dumps({ "version": 1, "click_events": True }) + "["
|
||||
print(json.dumps({ "version": 1, "click_events": True }) + "[")
|
||||
|
||||
def _draw(self, widgets, theme):
|
||||
for widget in widgets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue