From 1dfdf195bd11363c3b4b6b5af738ef518a3177ea Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 26 Jan 2012 23:51:56 +0100 Subject: [PATCH] Move updater to core plugins --- couchpotato/core/{plugins => _base}/updater/__init__.py | 0 couchpotato/core/{plugins => _base}/updater/main.py | 0 couchpotato/core/{plugins => _base}/updater/static/updater.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename couchpotato/core/{plugins => _base}/updater/__init__.py (100%) rename couchpotato/core/{plugins => _base}/updater/main.py (100%) rename couchpotato/core/{plugins => _base}/updater/static/updater.js (100%) diff --git a/couchpotato/core/plugins/updater/__init__.py b/couchpotato/core/_base/updater/__init__.py similarity index 100% rename from couchpotato/core/plugins/updater/__init__.py rename to couchpotato/core/_base/updater/__init__.py diff --git a/couchpotato/core/plugins/updater/main.py b/couchpotato/core/_base/updater/main.py similarity index 100% rename from couchpotato/core/plugins/updater/main.py rename to couchpotato/core/_base/updater/main.py diff --git a/couchpotato/core/plugins/updater/static/updater.js b/couchpotato/core/_base/updater/static/updater.js similarity index 100% rename from couchpotato/core/plugins/updater/static/updater.js rename to couchpotato/core/_base/updater/static/updater.js