Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

Upgrade: Upgrade python to v3 #19

Closed SKumarDas closed 6 years ago

SKumarDas commented 6 years ago

By default it is using older python version. So upgrading it to use v3.

Signed-off-by: Sapan Das SKumarDas@luxoft.com

mardy commented 6 years ago

Looks good to me! Next thing we should do, is modify the .travis.yml file to use python3 when installing the package (it's currently still using python2.7). But meanwhile we can merge this already.