summaryrefslogtreecommitdiff
path: root/tools/merge_templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/merge_templates.py')
-rwxr-xr-xtools/merge_templates.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/merge_templates.py b/tools/merge_templates.py
index accc8e9..b4fab18 100755
--- a/tools/merge_templates.py
+++ b/tools/merge_templates.py
@@ -24,14 +24,9 @@ PEXPECT LICENSE
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
'''
-import sys, os, re
+import os
+import re
import pyed
-try:
- import pexpect
-except:
- # this happens if Pexpect was never installed to begin with.
- sys.path.insert(0, '.')
- import pexpect
# extract the version number from the pexpect.py source.
d = pyed.pyed()