Renamed package and cleaned code

This commit is contained in:
Roy Hyunjin Han 2012-08-09 08:16:48 -04:00
commit afa0dc5635
4 changed files with 13 additions and 16 deletions

View file

@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
from socketIOClient import __version__
from socketIO_client import __version__
here = os.path.abspath(os.path.dirname(__file__))