Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2010-11-08 13:45:48 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2010-11-08 13:45:48 +0300
commite8a00f90207772d8677158fb856934d33fb4bf3d (patch)
treec6e62c5298b1a0982ab4796f32d82bd3176b835b /io_coat3D
parent7c262e554b58ffc64cd9560b5d4bfb5a27dc3a98 (diff)
removed extra print line
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/tex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index 8f85004c..a420f6f5 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -6,7 +6,6 @@ import filecmp
def objname(path):
path2 = os.path.dirname(path) + os.sep
- print("kalle:%s"%path2)
pituus = len(path2)
nimi = path[pituus:]