Philipp Hörist
|
f197358e2f
|
Import _() instead of using builtin namespace
- Prepare for removing the global installed _() method in builtins
- Sort some imports along the way
|
2018-10-07 00:47:00 +02:00 |
Philipp Hörist
|
99efc4a9b4
|
Fix pylint errors
- consider-using-enumerate
- unneeded-not
- unidiomatic-typecheck
|
2018-10-07 00:46:49 +02:00 |
Philipp Hörist
|
e842298724
|
Fix bad-whitespace pylint errors
|
2018-10-07 00:46:48 +02:00 |
Philipp Hörist
|
a65d88c1cd
|
Fix multiple-statements pylint errors
|
2018-10-07 00:46:47 +02:00 |
Philipp Hörist
|
5d1de209a8
|
Fix singleton-comparison pylint errors
|
2018-10-07 00:46:47 +02:00 |
Philipp Hörist
|
dad5331bf2
|
Fix no-else-return pylint errors
|
2018-10-07 00:46:46 +02:00 |
Philipp Hörist
|
c5ca89558d
|
keys() doesnt return list() in python3
|
2018-10-07 00:46:45 +02:00 |
Philipp Hörist
|
4fb78dfbfa
|
Use keys() iteration if we modify the dict
|
2018-10-07 00:46:44 +02:00 |
Philipp Hörist
|
c4bd6d6ab2
|
Fix consider-iterating-dictionary pylint errors
|
2018-10-07 00:46:44 +02:00 |
Philipp Hörist
|
cebd83d436
|
Fix unused-variable pylint errors
|
2018-10-07 00:46:44 +02:00 |
Philipp Hörist
|
6305fc69b9
|
Fix logging-not-lazy pylint errors
|
2018-10-07 00:46:43 +02:00 |
Philipp Hörist
|
eb6f5761ec
|
Fix redefined-outer-name pylint errors
|
2018-10-07 00:46:42 +02:00 |
Philipp Hörist
|
ebc0dd4536
|
Fix license comment format
every linter flags this as an error
|
2018-10-07 00:46:35 +02:00 |
Philipp Hörist
|
56fbe32b11
|
Fix zeroconf txtrecord encoding
Fixes #9146
|
2018-05-27 21:03:42 +02:00 |
lovetox
|
2d6e7d2eee
|
Get rid of python-avahi
|
2018-05-23 11:47:13 +02:00 |
Philipp Hörist
|
d0ec9812a6
|
Fix Zeroconf
- Port pybonjour code from gajim_0.16 branch
- Fix some other small things that broke zeroconf
|
2018-05-22 23:38:04 +02:00 |
André Apitzsch
|
efec098aef
|
Use absolute imports
|
2017-08-18 19:48:48 +02:00 |
André Apitzsch
|
125ce523e4
|
Rename src directory
|
2017-07-02 17:25:47 +02:00 |