systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
409 stars 36 forks source link

setup.py: remove * operator for unpacking lists #50

Closed SamuelDudley closed 4 years ago

SamuelDudley commented 4 years ago

The * operator is not supported in python 3.4. Replaced with .extend(). Fixes *glob.glob() travis-ci error for python 3.4

Requires #45

facebook-github-bot commented 4 years ago

Hi @SamuelDudley!

Thank you for your pull request and welcome to our community.We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

facebook-github-bot commented 4 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

facebook-github-bot commented 4 years ago

@aleivag merged this pull request in facebookincubator/pystemd@61f103f46005dbe7b486a05a0039ba6b0aa9a58f.