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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-13 17:38:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-13 17:38:30 +0300
commit7fc4ab2aab403e5db27c7dc7097c8db8afc2cfe8 (patch)
tree5400b0440397ef3011a8af0131815d7e552dc966 /release/scripts/modules/console/intellisense.py
parent1add5b58e8e290003a40cf3a123af22703c2fb3b (diff)
add pep8 headers so these scripts spit out errors when running pep8.
made some changes but mostly these scripts will give pep8 warnings.
Diffstat (limited to 'release/scripts/modules/console/intellisense.py')
-rw-r--r--release/scripts/modules/console/intellisense.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/modules/console/intellisense.py b/release/scripts/modules/console/intellisense.py
index 686b3e7294b..96896d5fd0e 100644
--- a/release/scripts/modules/console/intellisense.py
+++ b/release/scripts/modules/console/intellisense.py
@@ -13,6 +13,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# <pep8-80 compliant>
+
"""This module provides intellisense features such as:
* autocompletion