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 <ideasman42@gmail.com>2014-07-22 06:03:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-22 06:03:15 +0400
commit200dd87de1726d7b6f61b9cfa3b2beea6ceba6cd (patch)
tree222e5faf2726fb5b78e489d900d7227848745cf0 /doc
parent88f126f2ebd615aac01272e2284392b48a5f90ec (diff)
Cleanup: pep8 & redundant vars
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 32e8cc06857..77f5c5e4f16 100755
--- a/doc/manpage/blender.1.py
+++ b/doc/manpage/blender.1.py
@@ -31,7 +31,6 @@ and <output-filename> is where to write the generated man page.
# <pep8 compliant>
import subprocess
-import os
import sys
import time