mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Move DBUS exports into its own package
This commit is contained in:
parent
23ed18f355
commit
e0e0fb83bb
10
src/calibre/gui2/dbus_export/__init__.py
Normal file
10
src/calibre/gui2/dbus_export/__init__.py
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
from __future__ import (unicode_literals, division, absolute_import,
|
||||
print_function)
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user