Просмотр исходного кода

bring in pylibdir.py helper

SVN-Revision: 8226
Tim Yardley 18 лет назад
Родитель
Сommit
c517fb2ad4
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      scripts/pylibdir.py

+ 5 - 0
scripts/pylibdir.py

@@ -0,0 +1,5 @@
+# Note #! intentionally left out.  This should be called with the version of 
+# python you care about.
+
+import sys
+print ("/usr/lib/python%s.%s/site-packages" % (sys.version_info[0], sys.version_info[1],))