From 277378d349e96c03289c038b47494c4f659b3b3b Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sat, 10 Oct 2015 21:36:14 -0400 Subject: Rename to fit file naming convention. --- rt-report.el | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 rt-report.el (limited to 'rt-report.el') diff --git a/rt-report.el b/rt-report.el deleted file mode 100644 index 94e7118..0000000 --- a/rt-report.el +++ /dev/null @@ -1,39 +0,0 @@ -;;; rt-report.el --- Free from RT - -;; Copyright (C) 2015 Yoni Rabkin -;; -;; Authors: Yoni Rabkin -;; -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of the -;; License, or (at your option) any later version. -;; -;; This program 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 General Public License for more details. -;; -;; You should have received a copy of the GNU General Public -;; License along with this program; if not, write to the Free -;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -;; MA 02111-1307, USA. - -;;; History: -;; -;; I wrote rt-report.py sometime in 2013 because people asked for some -;; information as to how many tickets were being resolved, and by -;; whom. When in came time up update rt-report.py I came to my senses -;; and decided to re-write it in Emacs Lisp as a part of -;; rt-liberation. - - -;;; Code: - -(require 'rt-liberation-rest) - - - -(provide 'rt-report) - -;;; rt-report.el ends here. -- cgit v1.2.3