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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-04 03:03:36 +0300
committerCampbell Barton <campbell@blender.org>2022-03-04 03:07:37 +0300
commit0a4fdcbb5fe3b33a276d2ab54a1e68db0fe24fd4 (patch)
tree82e9335bb27bd9917baf7d9a714f5575505b8937 /doc
parent6bca614fd877f9c0fa0c1ddf5361f5c6218d690d (diff)
Cleanup: unused Python variables & imports
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manpage/blender.1.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manpage/blender.1.py b/doc/manpage/blender.1.py
index 325b4c2653b..640b00b0c00 100755
--- a/doc/manpage/blender.1.py
+++ b/doc/manpage/blender.1.py
@@ -16,7 +16,6 @@ and <output-filename> is where to write the generated man page.
import argparse
import os
import subprocess
-import sys
import time
from typing import (