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 c91b41bec36..3ab7f789ce8 100644
--- a/doc/python_api/examples/blf.py
+++ b/doc/python_api/examples/blf.py
@@ -5,7 +5,6 @@ Blender Game Engine example of using the blf module. For this module to work we
need to use the OpenGL wrapper :class:`~bgl` as well.
"""
# import game engine modules
-import bge
from bge import render
from bge import logic
# import stand alone modules