RIAPS / riaps-pycom

Python implementation of the RIAPS component model
Apache License 2.0
7 stars 8 forks source link

riaps_gen imports wrong logging package (Python) #162

Closed timkrentz closed 5 years ago

timkrentz commented 5 years ago

Code skeletons generated in Eclipse have import logging instead of import spdlog

imadari commented 5 years ago

@timkrentz : Is it okay if I just add import spdlog instead of replacing the import logging ?