I'm currently getting the warning every time I run a Python script that uses MySQLdb: /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet I'd rather not mess with their lib if possible. I'm on Ubuntu server. Anyone know an easy way to fix that warning message? Thanks UPDATE: Fixed it based on the suggestions belo

