From 91859d8a992875c9e6457f39eb8a5b16bd5f6745 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Tue, 18 Nov 2014 12:33:48 -0800 Subject: [PATCH] moved old protocol directory to attic to avoid confusion --- {letsencrypt => attic}/protocol/__init__.py | 0 {letsencrypt => attic}/protocol/chocolate.proto | 0 {letsencrypt => attic}/protocol/hashcash.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {letsencrypt => attic}/protocol/__init__.py (100%) rename {letsencrypt => attic}/protocol/chocolate.proto (100%) rename {letsencrypt => attic}/protocol/hashcash.py (100%) diff --git a/letsencrypt/protocol/__init__.py b/attic/protocol/__init__.py similarity index 100% rename from letsencrypt/protocol/__init__.py rename to attic/protocol/__init__.py diff --git a/letsencrypt/protocol/chocolate.proto b/attic/protocol/chocolate.proto similarity index 100% rename from letsencrypt/protocol/chocolate.proto rename to attic/protocol/chocolate.proto diff --git a/letsencrypt/protocol/hashcash.py b/attic/protocol/hashcash.py similarity index 100% rename from letsencrypt/protocol/hashcash.py rename to attic/protocol/hashcash.py