Alexandre Detiste
|
148f189a74
|
trim usage of six (#382)
This is artisanal manual craftwork :-)
def mDone(self, button):
if button == 0: # "OK" or double click
- if isinstance(self.tree.selection_key, six.string_types):
- self.key = str(self.tree.selection_key)
- else:
- self.key = self.tree.selection_key
+ self.key = self.tree.selection_key
|
2024-09-18 20:33:10 -04:00 |
|
Shlomi Fish
|
0961401105
|
fix tests
|
2019-11-13 08:39:59 +02:00 |
|
lb@lb7520
|
263858838f
|
language selection
- option 'language' added to option section 'general'
- language selection code in kivy menubar
- mygettext refactored
- translations (german) updated
|
2019-09-25 19:46:17 +02:00 |
|
Shlomi Fish
|
ed18fd8156
|
Order imports based on flake8-import-order.
Tested on ci. See https://github.com/PyCQA/flake8-import-order . In the
process did some other cleanups and
https://en.wikipedia.org/wiki/Code_refactoring .
|
2019-01-11 23:55:06 +02:00 |
|
Shlomi Fish
|
11bafeba44
|
use six.py.
|
2018-09-01 18:40:50 +03:00 |
|
lb@lb520
|
b5ef9b6214
|
Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk.
Added scripts to build an android app.
|
2018-03-03 20:37:56 +02:00 |
|
Shlomi Fish
|
f103cbdcf2
|
pre prerelease fixes.
Got make rpm to work again.
|
2017-11-15 23:27:03 +02:00 |
|
Shlomi Fish
|
70982a1355
|
flake8 - up to m.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
8acdff6b48
|
Test import of pysollib.resource.
|
2012-11-25 17:50:22 +02:00 |
|
Shlomi Fish
|
52cdff574b
|
Test more.
|
2012-11-25 17:39:53 +02:00 |
|