From 20204c457830718d6eace8ca82af2e1e23528683 Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Thu, 19 Mar 2015 15:26:35 +0100 Subject: [PATCH] Move into file_email directory --- __init__.py => file_email/__init__.py | 0 __openerp__.py => file_email/__openerp__.py | 0 fetchmail.py => file_email/fetchmail.py | 0 fetchmail_view.xml => file_email/fetchmail_view.xml | 0 file_document.py => file_email/file_document.py | 0 file_document_view.xml => file_email/file_document_view.xml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => file_email/__init__.py (100%) rename __openerp__.py => file_email/__openerp__.py (100%) rename fetchmail.py => file_email/fetchmail.py (100%) rename fetchmail_view.xml => file_email/fetchmail_view.xml (100%) rename file_document.py => file_email/file_document.py (100%) rename file_document_view.xml => file_email/file_document_view.xml (100%) diff --git a/__init__.py b/file_email/__init__.py similarity index 100% rename from __init__.py rename to file_email/__init__.py diff --git a/__openerp__.py b/file_email/__openerp__.py similarity index 100% rename from __openerp__.py rename to file_email/__openerp__.py diff --git a/fetchmail.py b/file_email/fetchmail.py similarity index 100% rename from fetchmail.py rename to file_email/fetchmail.py diff --git a/fetchmail_view.xml b/file_email/fetchmail_view.xml similarity index 100% rename from fetchmail_view.xml rename to file_email/fetchmail_view.xml diff --git a/file_document.py b/file_email/file_document.py similarity index 100% rename from file_document.py rename to file_email/file_document.py diff --git a/file_document_view.xml b/file_email/file_document_view.xml similarity index 100% rename from file_document_view.xml rename to file_email/file_document_view.xml