..
core
Use absolute imports instead of relative ones
2016-06-30 22:56:24 +02:00
tabs
Use absolute imports instead of relative ones
2016-06-30 22:56:24 +02:00
windows
Use absolute imports instead of relative ones
2016-06-30 22:56:24 +02:00
__init__.py
Launch poezio as a module package.
2016-06-27 23:54:50 +01:00
__main__.py
Add missing import in __main__ module.
2016-06-28 00:21:59 +01:00
args.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
bookmarks.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
common.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
config.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
connection.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
contact.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
daemon.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
decorators.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
events.py
Make poezio.events more Cython-friendly.
2016-06-11 20:49:46 +01:00
fifo.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
fixes.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
keyboard.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
logger.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
multiuserchat.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
pep.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
plugin.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
plugin_manager.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
poezio.py
Import Singleton instead of its module, and remove unused imports.
2016-06-28 00:25:01 +01:00
poezio_shlex.py
Make poezio.poezio_shlex more Cython-friendly.
2016-06-11 20:49:46 +01:00
pooptmodule.c
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
roster.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
roster_sorting.py
Move the src directory to poezio, for better cython compatibility.
2016-06-11 20:49:43 +01:00
singleton.py
Import Singleton instead of its module, and remove unused imports.
2016-06-28 00:25:01 +01:00
size_manager.py
Remove unused properties in SizeManager.
2016-06-12 15:31:15 +01:00
text_buffer.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
theming.py
Use absolute imports instead of relative ones
2016-06-30 22:56:24 +02:00
timed_events.py
Remove unused imports in poezio.timed_events.
2016-06-11 20:49:46 +01:00
user.py
Make all relative imports explicit.
2016-06-27 23:54:50 +01:00
xhtml.py
Convert some genexprs into regular list comprehension.
2016-06-12 15:31:15 +01:00