lathonez / clone-row

Python utility to clone a row in mysql, from a target to source database, field by field
http://lathonez.com/2016/clone-row/
MIT License
7 stars 1 forks source link

Migrate to Python 3 compatible by default #9

Closed wulfsolter closed 7 years ago

wulfsolter commented 7 years ago

http://stackoverflow.com/questions/4960048/python-3-and-mysql

or easiest is just add comment in front of first line in requirements.txt

# MySQL-python==1.2.5
lathonez commented 7 years ago

Closed by #10