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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/examples/blf.py')
-rw-r--r--doc/python_api/examples/blf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/python_api/examples/blf.py b/doc/python_api/examples/blf.py
index 5e1a2ef64a7..094fd9ddc0f 100644
--- a/doc/python_api/examples/blf.py
+++ b/doc/python_api/examples/blf.py
@@ -6,7 +6,6 @@ Example of using the blf module. For this module to work we
need to use the OpenGL wrapper :class:`~bgl` as well.
"""
# import stand alone modules
-import bgl
import blf
import bpy