From df60d7059233963acb4da80a524a5edc604e406d Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 23 Nov 2013 12:06:46 +0100 Subject: [PATCH] Move it --- .../providers/torrent/{couchtater => torrentpotato}/__init__.py | 0 .../core/providers/torrent/{couchtater => torrentpotato}/main.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename couchpotato/core/providers/torrent/{couchtater => torrentpotato}/__init__.py (100%) rename couchpotato/core/providers/torrent/{couchtater => torrentpotato}/main.py (100%) diff --git a/couchpotato/core/providers/torrent/couchtater/__init__.py b/couchpotato/core/providers/torrent/torrentpotato/__init__.py similarity index 100% rename from couchpotato/core/providers/torrent/couchtater/__init__.py rename to couchpotato/core/providers/torrent/torrentpotato/__init__.py diff --git a/couchpotato/core/providers/torrent/couchtater/main.py b/couchpotato/core/providers/torrent/torrentpotato/main.py similarity index 100% rename from couchpotato/core/providers/torrent/couchtater/main.py rename to couchpotato/core/providers/torrent/torrentpotato/main.py