Skip to content

Commit

Permalink
Make rt-stuck-trackers.py PY3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Jul 30, 2018
1 parent 4c68dbc commit 5af6e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/rt-stuck-trackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from pyrocore import config
from pyrocore.scripts import base

from six.moves.urllib.parse import urlparse

class StuckTrackers(base.ScriptBaseWithConfig):
"""
Expand Down Expand Up @@ -31,7 +32,6 @@ def add_options(self):

def mainloop(self):
import time
from urlparse import urlparse
from collections import namedtuple, Counter

from pyrobase import fmt
Expand Down

0 comments on commit 5af6e3d

Please sign in to comment.