Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'power_sequencer/operators/__init__.py')
-rwxr-xr-xpower_sequencer/operators/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/power_sequencer/operators/__init__.py b/power_sequencer/operators/__init__.py
index a362b599..064ba9b3 100755
--- a/power_sequencer/operators/__init__.py
+++ b/power_sequencer/operators/__init__.py
@@ -28,7 +28,6 @@ def get_operator_classes():
]
module_paths = ["." + os.path.splitext(f)[0] for f in module_files]
classes = []
- print(__name__)
for path in module_paths:
module = importlib.import_module(path, package="power_sequencer.operators")
operator_names = [