Delete .venv directory

This commit is contained in:
Untriex Programming
2021-08-31 22:15:54 +02:00
committed by GitHub
parent 7795984d81
commit 5a2693bd9f
5105 changed files with 0 additions and 1440072 deletions

View File

@@ -1,15 +0,0 @@
from .. import _api
from .backend_qt5 import (
backend_version, SPECIAL_KEYS,
SUPER, ALT, CTRL, SHIFT, MODIFIER_KEYS, # These are deprecated.
cursord, _create_qApp, _BackendQT5, TimerQT, MainWindow, FigureCanvasQT,
FigureManagerQT, NavigationToolbar2QT, SubplotToolQt, exception_handler)
_api.warn_deprecated("3.3", name=__name__, obj_type="backend")
@_BackendQT5.export
class _BackendQT4(_BackendQT5):
class FigureCanvas(FigureCanvasQT):
required_interactive_framework = "qt4"