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>2014-05-07 22:53:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-07 22:53:05 +0400
commit65d54f34b13ddd815fdffad85b3e3e0ab542c0b1 (patch)
treef46f21df09748f6cd621b7729fcf384c17d19d73 /source/tests
parent3a8f1d5d8b8a95e9b3750d941fda1f8fcb549518 (diff)
Code cleanup: spelling/indentation
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/bl_rna_wiki_reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/bl_rna_wiki_reference.py b/source/tests/bl_rna_wiki_reference.py
index d7ca80a14bd..8cb20aaf7f6 100644
--- a/source/tests/bl_rna_wiki_reference.py
+++ b/source/tests/bl_rna_wiki_reference.py
@@ -96,7 +96,7 @@ def test_urls():
import rna_wiki_reference
import urllib.error
- from urllib.request import urlopen
+ from urllib.request import urlopen
prefix = rna_wiki_reference.url_manual_prefix
urls = {suffix for (rna_id, suffix) in rna_wiki_reference.url_manual_mapping}