summaryrefslogtreecommitdiff
path: root/tools/tweak_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tweak_files.py')
-rwxr-xr-xtools/tweak_files.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tweak_files.py b/tools/tweak_files.py
index 4ab8b22..08481a2 100755
--- a/tools/tweak_files.py
+++ b/tools/tweak_files.py
@@ -20,7 +20,8 @@ PEXPECT LICENSE
'''
import pyed
-import sys, os, re
+import os
+import re
# extract the version number from the pexpect.py source.
d = pyed.pyed()