Adafruit to python 3

Hello all of you!

I am trying to program on a raspberry pie in python 3 to control a MCP4725. The example code that we are using from github is adafruit which appears to be incompatible with python 3. Does anybody know the best way to work around this?

I would recommend porting the code so it works with Python3. Typically it does not take much to do this.