From e3c67131cff0ec24d7142449a98287b33926af2f Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 19 Jan 2025 16:50:04 -0600 Subject: [PATCH] Revert "Add __init__.py" This reverts commit 7a5bb89690837c53ce4f9c7f7507c75de2fd2092. --- bindings/__init__.py | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 bindings/__init__.py diff --git a/bindings/__init__.py b/bindings/__init__.py deleted file mode 100644 index f07e10cff..000000000 --- a/bindings/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf-8 -*- -# -# Copyright 2002 Ben Escoto -# Copyright 2007 Kenneth Loafman -# -# This file is part of duplicity. -# -# Duplicity 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. -# -# Duplicity 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 duplicity; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -import Hamlib - -__version__ = "4.6.1" -