From 680a151726d4841567fd128151162be3e0563baa Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 1 Dec 2015 18:15:24 -0500 Subject: [PATCH] removed unused language file: lang/an.py --- lang/an.py | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 lang/an.py diff --git a/lang/an.py b/lang/an.py deleted file mode 100644 index 97ccbec..0000000 --- a/lang/an.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -"""********************************************************************* -* This file is part of Edward the GPG Bot. * -* * -* Edward is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Affero Public License as published by * -* the Free Software Foundation, either version 3 of the License, or * -* (at your option) any later version. * -* * -* Edward is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Affero Public License for more details. * -* * -* You should have received a copy of the GNU Affero Public License * -* along with Edward. If not, see . * -* * -* Josh Drake, Copyright (c) 2014 * -* Lisa Marie Maginnis, Copyright (c) 2014 * -*********************************************************************""" - -replies = { - 'greeting' : "", - 'success_decrypt' : "", - 'quote_follows' : "", - 'public_key_received' : '', - 'failed_decrypt' : "", - 'no_public_key' : "", - 'sig_failure' : '', - 'sig_success' : '', - 'signature' : '', - 'space' : " " -} - - -- 2.25.1