Private GIT

Skip to content
Snippets Groups Projects
Commit 998bf64e authored by miigotu's avatar miigotu
Browse files

Merge pull request #49 from labrys/pep-pushover

PEP 8: Fix multiple imports on one line
parents 15008034 49d6e8df
Branches
Tags
No related merge requests found
......@@ -19,7 +19,8 @@
# along with SickRage. If not, see <http://www.gnu.org/licenses/>.
import httplib
import urllib, urllib2
import urllib
import urllib2
import time
import sickbeard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment