From 3e719f791e5ebc22345af0582ea8efa6d46b14b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20Bevan=E2=80=93McGregor?= Date: Thu, 4 Feb 2016 22:51:58 -0500 Subject: [PATCH] Re-named directory to conform to Marrow packaging standards. --- {examples => example}/data/.DS_Store | Bin {examples => example}/data/maildir/.DS_Store | Bin {examples => example}/data/maildir/cur/.keep | 0 {examples => example}/data/maildir/new/.DS_Store | Bin {examples => example}/data/maildir/new/.keep | 0 {examples => example}/data/maildir/tmp/.keep | 0 {examples => example}/data/mbox | 0 {examples => example}/imap.py | 0 {examples => example}/maildir.py | 0 {examples => example}/mbox.py | 0 {examples => example}/smtp.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {examples => example}/data/.DS_Store (100%) rename {examples => example}/data/maildir/.DS_Store (100%) rename {examples => example}/data/maildir/cur/.keep (100%) rename {examples => example}/data/maildir/new/.DS_Store (100%) rename {examples => example}/data/maildir/new/.keep (100%) rename {examples => example}/data/maildir/tmp/.keep (100%) rename {examples => example}/data/mbox (100%) rename {examples => example}/imap.py (100%) rename {examples => example}/maildir.py (100%) rename {examples => example}/mbox.py (100%) rename {examples => example}/smtp.py (100%) diff --git a/examples/data/.DS_Store b/example/data/.DS_Store similarity index 100% rename from examples/data/.DS_Store rename to example/data/.DS_Store diff --git a/examples/data/maildir/.DS_Store b/example/data/maildir/.DS_Store similarity index 100% rename from examples/data/maildir/.DS_Store rename to example/data/maildir/.DS_Store diff --git a/examples/data/maildir/cur/.keep b/example/data/maildir/cur/.keep similarity index 100% rename from examples/data/maildir/cur/.keep rename to example/data/maildir/cur/.keep diff --git a/examples/data/maildir/new/.DS_Store b/example/data/maildir/new/.DS_Store similarity index 100% rename from examples/data/maildir/new/.DS_Store rename to example/data/maildir/new/.DS_Store diff --git a/examples/data/maildir/new/.keep b/example/data/maildir/new/.keep similarity index 100% rename from examples/data/maildir/new/.keep rename to example/data/maildir/new/.keep diff --git a/examples/data/maildir/tmp/.keep b/example/data/maildir/tmp/.keep similarity index 100% rename from examples/data/maildir/tmp/.keep rename to example/data/maildir/tmp/.keep diff --git a/examples/data/mbox b/example/data/mbox similarity index 100% rename from examples/data/mbox rename to example/data/mbox diff --git a/examples/imap.py b/example/imap.py similarity index 100% rename from examples/imap.py rename to example/imap.py diff --git a/examples/maildir.py b/example/maildir.py similarity index 100% rename from examples/maildir.py rename to example/maildir.py diff --git a/examples/mbox.py b/example/mbox.py similarity index 100% rename from examples/mbox.py rename to example/mbox.py diff --git a/examples/smtp.py b/example/smtp.py similarity index 100% rename from examples/smtp.py rename to example/smtp.py