Fix the imports to support Python3 style absolute imports.
This commit is contained in:
parent
1f27a20e9e
commit
0ee7d2e92f
6 changed files with 20 additions and 20 deletions
5
setup.py
5
setup.py
|
@ -54,5 +54,8 @@ setup(
|
|||
'console_scripts': [
|
||||
'qweechat-testproto = qweechat.weechat.testproto:main',
|
||||
]
|
||||
}
|
||||
},
|
||||
install_requires = [
|
||||
'PySide6',
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue