From 23227ae763e20120b5921b6fed4eb040d7b081cb Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 29 Mar 2017 15:41:52 -0700 Subject: [PATCH] Deprecate old files --- OCRmyPDF.sh | 8 -------- ocrmypdf/main.py | 7 ------- 2 files changed, 15 deletions(-) delete mode 100644 OCRmyPDF.sh delete mode 100644 ocrmypdf/main.py diff --git a/OCRmyPDF.sh b/OCRmyPDF.sh deleted file mode 100644 index dea9ad0c..00000000 --- a/OCRmyPDF.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -############################################################################## -# Copyright (c) 2013-14: fritz-hh from Github (https://github.com/fritz-hh) -############################################################################## - -echo "This script is deprecated. Use 'ocrmypdf' instead." - -python3 -m ocrmypdf.main "$@" diff --git a/ocrmypdf/main.py b/ocrmypdf/main.py deleted file mode 100644 index fb932e55..00000000 --- a/ocrmypdf/main.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python3 -# © 2015-16 James R. Barlow: github.com/jbarlow83 - -# This file is now an alias for __main__ -# Consider removing in future releases - -from ocrmypdf.__main__ import *