Fix the imports to support Python3 style absolute imports.

This commit is contained in:
Abhilash Raj 2021-05-31 21:16:22 -07:00
parent 1f27a20e9e
commit 0ee7d2e92f
No known key found for this signature in database
GPG key ID: 9D9B2BA061D0A67C
6 changed files with 20 additions and 20 deletions

View file

@ -54,5 +54,8 @@ setup(
'console_scripts': [
'qweechat-testproto = qweechat.weechat.testproto:main',
]
}
},
install_requires = [
'PySide6',
]
)