From aeb7f1457eb5fa0591f2f1020d83a616d9b1fcb6 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 1 Oct 2022 08:37:56 +0300 Subject: Remove anki add ons --- .../Background_and_gear/gui/resources/__init__.py | 22 --------------------- .../__pycache__/__init__.cpython-39.opt-2.pyc | Bin 463 -> 0 bytes 2 files changed, 22 deletions(-) delete mode 100644 .local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py delete mode 100644 .local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc (limited to '.local/share/Anki2/addons21/Background_and_gear/gui/resources') diff --git a/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py b/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py deleted file mode 100644 index d0c427c..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Custom background and gear icon Add-on for Anki -# Copyright (C) 2022 -# -# This file was automatically generated by Anki Add-on Builder v1.0.0-dev.2 -# It is subject to the same licensing terms as the rest of the program -# (see the LICENSE file which accompanies this program). -# -# WARNING! All changes made in this file will be lost! - -""" -Initializes generated Qt forms/resources -""" - -from pathlib import Path -from aqt.qt import QDir - -def initialize_qt_resources(): - QDir.addSearchPath("CustomBackground", str(Path(__file__).parent / "CustomBackground")) - -initialize_qt_resources() diff --git a/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc b/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc deleted file mode 100644 index 3cd8259..0000000 Binary files a/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc and /dev/null differ -- cgit v1.2.3