Skip to content
Open

Pep8 #27

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove unused packages
  • Loading branch information
fpietka committed Oct 16, 2016
commit ee30a5164ffc2dc09dab96375733f098961aab14
8 changes: 0 additions & 8 deletions dailymotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
except ImportError: # Python 2
from urllib import urlencode

try:
from urllib.parse import parse_qsl
except ImportError: # Python 2
try:
from urlparse import parse_qsl
except ImportError: # Python < 2.6
from cgi import parse_qsl


class DailymotionClientError(Exception):
def __init__(self, message, error_type=None):
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
import os, sys
from setuptools import setup

setup(name='dailymotion',
version='0.2.2',
Expand Down