Browse Source

Relative import

pull/2742/merge
Ruud 11 years ago
parent
commit
2d37022525
  1. 2
      couchpotato/core/providers/torrent/ilovetorrents/__init__.py
  2. 2
      couchpotato/core/providers/torrent/passthepopcorn/__init__.py
  3. 2
      couchpotato/core/providers/torrent/thepiratebay/__init__.py
  4. 2
      couchpotato/core/providers/torrent/yify/__init__.py

2
couchpotato/core/providers/torrent/ilovetorrents/__init__.py

@ -1,4 +1,4 @@
from main import ILoveTorrents
from .main import ILoveTorrents
def start():

2
couchpotato/core/providers/torrent/passthepopcorn/__init__.py

@ -1,4 +1,4 @@
from main import PassThePopcorn
from .main import PassThePopcorn
def start():

2
couchpotato/core/providers/torrent/thepiratebay/__init__.py

@ -1,4 +1,4 @@
from main import ThePirateBay
from .main import ThePirateBay
def start():

2
couchpotato/core/providers/torrent/yify/__init__.py

@ -1,4 +1,4 @@
from main import Yify
from .main import Yify
def start():

Loading…
Cancel
Save