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:
authorKen Hughes <khughes@pacific.edu>2006-06-12 07:20:29 +0400
committerKen Hughes <khughes@pacific.edu>2006-06-12 07:20:29 +0400
commit9262cdbd0ec738ee5d470f87198f65c4977d9b44 (patch)
treec40870b394becedcc3de2c93f1d1a3a6ab691c14 /SConstruct
parent199cece516ca27468b3d10623955e67c2ed4db48 (diff)
Remove "print sys.version_info" accidentally left in from debugging.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index f6385b17a34..6a0c2dd5994 100644
--- a/SConstruct
+++ b/SConstruct
@@ -40,8 +40,6 @@ import shutil
import glob
import re
-print sys.version_info
-
import tools.Blender
import tools.btools
import tools.bcolors