summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pythontex/depythontex.py
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/pythontex/depythontex.py')
-rwxr-xr-xMaster/texmf-dist/scripts/pythontex/depythontex.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/pythontex/depythontex.py b/Master/texmf-dist/scripts/pythontex/depythontex.py
index 013e268241f..2aae645084f 100755
--- a/Master/texmf-dist/scripts/pythontex/depythontex.py
+++ b/Master/texmf-dist/scripts/pythontex/depythontex.py
@@ -1,10 +1,15 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
+
'''
-This is the PythonTeX wrapper script. It automatically detects the version
+This is the depythontex wrapper script. It automatically detects the version
of Python, and then imports the correct code from depythontex2.py or
-depythontex3.py.
+depythontex3.py. It is intended for use with the default Python installation
+on your system. If you wish to use a different version of Python, you could
+launch depythontex2.py or depythontex3.py directly. The version of Python
+does not matter for depythontex, since no code is executed.
-Copyright (c) 2013, Geoffrey M. Poore
+Copyright (c) 2013-2014, Geoffrey M. Poore
All rights reserved.
Licensed under the BSD 3-Clause License:
http://www.opensource.org/licenses/BSD-3-Clause