You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses raw_input() rather than input(). I think all you need to do is add
raw_input = input
to transmeta/management/commands/sync_transmeta_db.py but I don't know if that will break things in py2, in which case you need to tweak the approach.
The text was updated successfully, but these errors were encountered:
It uses raw_input() rather than input(). I think all you need to do is add
raw_input = input
to transmeta/management/commands/sync_transmeta_db.py but I don't know if that will break things in py2, in which case you need to tweak the approach.
The text was updated successfully, but these errors were encountered: